hehe! As long as you are having fun, RAM clears aren't bad
Um, it uses the same key codes as xLIB and Celtic 3 (the real(8 command) I will look for a chart and include it in the readme at some point, too.
Really quickly, though, 9=Enter, 15=Clear, 55=Mode, down=1, up=4, left=2, right=3
If you run this code, it will return the keycodes:
Lbl 0
dim(43
If Ans and Ans≠A
Then
Ans→A
ClrHome
Output(1,1,Ans
End
Goto 0
You It will return individual values for two key presses, too, so the highest value (mode+del) will return 3247