bas7qck.hlp (Table of Contents; Topic list)
PRINT Statement
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
PRINT  [expressionlist] [{;|,}]
 
    ■ expressionlist    The values that are displayed on the screen.
    ■ {;|,}             Determines the screen location of the text cursor
                        for the next screen input or output statement:
                          ";" means print immediately after last value.
                          "," means print at start of next print zone.
 
    ■ If expressionlist is omitted, a blank line is displayed.
 
See Also    PRINT USING    PRINT #    WIDTH