mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 21:40:56 +11:00
8 lines
216 B
Plaintext
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 ;
|
|
|