mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-06 01:30:55 +11:00
79ce88c12c
and remove cfspack, which will not ever be used again.
17 lines
206 B
Plaintext
17 lines
206 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
|
|
;
|
|
|
|
|
|
|