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

3 lines
58 B
Forth
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
variable last-key
: check key? if key last-key ! then ;