Next Previuos Contents

 

NAME

PURPOSE

FORMAT

PRINT Displays data on the
screen.
PRINT list
? list

PRINT n, list where: list is a list of expressions
? is an abbreviation for PRINT
n is the starting position of the print-out
PRINT,
PRINT USING
Writes data to a seq-
uential file.
PRINT file number, data
PRINT file number, USING "x"; list

where: x is a string expression defining format list is a list of expressions
PRINT USING Displays data on the
screen using a speci-
fied format.
PRINT USING "x"; list where: x is a string expression defining format list is a list of expressions

Note: Formatting commands may be:
! \ # + _ ** $$ **$ , ^^^^
(see M10 Operations Guide)

- 48 -

Next Previuos Contents