mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-24 01:28:06 +11:00
c494917452
And use them in all places they make sense.
16 lines
207 B
Plaintext
16 lines
207 B
Plaintext
50 LOAD+ ( B152, extras )
|
|
1 5 LOADR+
|
|
|
|
: BROWSE
|
|
L BEGIN
|
|
KEY CASE
|
|
'Q' OF EXIT ENDOF
|
|
'B' OF B ENDOF
|
|
'N' OF N ENDOF
|
|
_NUM
|
|
ENDCASE
|
|
AGAIN
|
|
;
|
|
|
|
|