Post Reply 
Name that calculator - from the program listing...
11-11-2018, 07:58 PM (This post was last modified: 11-11-2018 08:00 PM by Ángel Martin.)
Post: #1
Name that calculator - from the program listing...
Here's a reverse puzzle for the eagle-eyed amongst the audience:

Upon ocular inspection (i.e. eye-balling it) name the calculator on which the program below runs

Code:
01  LBL "COUNT"
01  CLX
02  DO
03    1
04    +
05    VIEW X
06    "X#5"
07  WHILE
08  END

Not really sure, you say? Here's a second listing example that may (or may not) help:

Code:
01  LBL "BLIP"
02  "X=5"
03  IF
04    TONE 4
05  ELSE
06    BEEP
07  ENDIF
08  END

So what say you, is this fictitious or a real case?

;-)

Spoiler: The solution soon at a TOS near you, believe it or not...

"To live or die by your own sword one must first learn to wield it aptly."
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Name that calculator - from the program listing... - Ángel Martin - 11-11-2018 07:58 PM



User(s) browsing this thread: 1 Guest(s)