Next Previuos Contents

 

NAME

PURPOSE

FORMAT

LINE INPUT Used to input a com-
plete line of charac-
ters to a string vari-
able.
LINE INPUT "prompt string";a$ where: prompt string is displayed
a$ is the string variable
Also used to input
complete line of chara-
cters to a string vari-
able from a sequential
file.
LINE INPUT file number,a$
LIST Displays part or all of
the current program.
LIST n - m where: n is the first line to display
m is the last line to display
LLIST As LIST but the program
is displayed on the
line printer.
As for LIST

- 41 -

Next Previuos Contents