3 lines
58 B
Forth
3 lines
58 B
Forth
|
|
variable last-key
|
||
|
|
: check key? if key last-key ! then ;
|