RosettaCodeData/Task/Keyboard-input-Keypress-check/Forth/keyboard-input-keypress-check.fth

3 lines
58 B
Forth
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
variable last-key
: check key? if key last-key ! then ;