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