1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-06 12:48:46 +10:00
collapseos/blk/102
2020-04-16 15:59:43 -04:00

14 lines
203 B
Plaintext

103 LOAD 104 LOAD
: BROWSE
100 _LIST
BEGIN
KEY CASE
'Q' OF DROP EXIT ENDOF
'B' OF B ENDOF
'N' OF N ENDOF
_NUM
ENDCASE
AGAIN
;