RosettaCodeData/Task/Keyboard-input-Keypress-check/Forth/keyboard-input-keypress-check.fth
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

2 lines
58 B
Forth

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