1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-06 12:38:46 +10:00
collapseos/blk/128
2020-06-04 18:52:59 -04:00

8 lines
216 B
Plaintext

: handle ( c -- f )
DUP '0' '9' =><= IF num 0 EXIT THEN
DUP CMD 2+ C! CMD FIND IF EXECUTE ELSE DROP THEN
UPPER 'Q' = ;
: VE clrscr 0acc 0 POS ! contents
BEGIN status setpos KEY handle UNTIL 18 aty ;