mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 19:40:55 +11:00
14 lines
203 B
Plaintext
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
|
|
;
|