Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
PRINT Statement QuickSCREEN
◄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