| .PRINT Statement QuickSCREENi |
|
  QuickSCREEN       Details       Example       Contents       Index |
| ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ |
| PRINT - a device I/O statement that outputs data on the screen |
|
| Syntax |
|   PRINT [expressionlist][{,|;}] |
|     ž If all arguments are omitted, a blank line is printed. |
|     ž If expressionlist is included, the values of the expressions are |
|       printed on the screen. |
|     ž The expressions in the list may be numeric or string expressions. |
|       (String literals must be enclosed in quotation marks.) |
    ž The optional characters "," and ";" are Details . |
|
| Other Uses of the PRINT Keyword |
  PRINT USING - to output formatted text to the screen |
  PRINT # - to output data to a sequential file |