:nPRINT 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