mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 19:20:55 +11:00
58ece9f9a1
Also, made LIST properly handle full 64-chars lines not ending with a null or CR. Previously, such a line would be accompanied by its following line, duplicating that line's output.
17 lines
219 B
Plaintext
17 lines
219 B
Plaintext
50 LOAD+ ( B152, extras )
|
|
1 6 LOADR+
|
|
|
|
: BROWSE
|
|
0 ACC ! L
|
|
BEGIN
|
|
KEY CASE
|
|
'Q' OF EXIT ENDOF
|
|
'B' OF B ENDOF
|
|
'N' OF N ENDOF
|
|
_NUM
|
|
ENDCASE
|
|
AGAIN
|
|
;
|
|
|
|
|