8 lines
151 B
Text
8 lines
151 B
Text
: "loop"
|
|
if "KEY_PRESSED" != 0 then "#store"
|
|
* "Last key pressed: &storedKey&"
|
|
goto "loop"
|
|
|
|
: "#store"
|
|
set "storedKey" to "KEY_PRESSED"
|
|
goto "#return"
|