1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-10-05 08:00:55 +10:00
collapseos/blk/128
2020-06-04 17:22:07 -04:00

8 lines
216 B
Plaintext

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