LIST L. Displays or otherwise outputs the
program list.
LOAD LO. Inputs from a disk into the computer.
LOCATE LOC. Stores in a specified variable the
value that controls a specified
graphics point.
LOG Returns the natural logarithm of a
number.
LPRINT LP. Commands the line printer to print a
specified message.
NEW Erases all contents of user RAM.
NEXT N. Causes a FOR-NEXT loop to
terminate or continue, depending on
the particular variables or expres-
sions. (All loops are executed at least
once.)
NOT Returns a 1 only if the expression is
not true; returns a 0 if it is true.
NOTE NO. Used only in disk operations. (See
DOS manual.)
ON Used with GOTO or GOSUB for
branching purposes. (Multiple
branches to different line numbers
are possible, depending on the value
of the ON variable or expression.)
OPEN 0. Opens the specified file for input or
output operations.
OR Used as a logical operator between
two expressions. If either one is true,
a 1 is evaluated; if both are false, a 0
results.
PADDLE Returns the position of the paddle
game controller.
96