RosettaCodeData/Task/Keyboard-input-Keypress-check/Forth/keyboard-input-keypress-check.fth
2023-07-01 13:44:08 -04:00

2 lines
58 B
Forth

variable last-key
: check key? if key last-key ! then ;