LIST
[startline] -
[endline]
Lists program lines to the display.
LIST 50 LIST
50-85
LIST 227
LLIST
[startline] -
[endline]
Lists program lines to the line printer.
LLIST 780 LLIST
50-
LLIST.-
LOAD
filespec
[,R]
Loads fitespec, a BASIC program, into memory. If R is
used, the program is RUN automatically.
LOAD
·PROG1/BAS:2·
LOAD
·PROG1/BAS·
LPRINT
data".
Prints data at the printer.
LPRINT
(A
*
2)/3
LPRINT
USING
formal;
data,
Prints data at line printer, using a specified format.
LPRINT
USING
••••••••
;
2.17
LSET
field
name
=
data
Sets data
in
a direct-access buffer field name. The
data is left-justified.
LSET
NM$
=
·JIM
CRICKET,
JR.·
MEM
Returns the amount
of
memory.
PRINT
MEM
23