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
. Other Uses of the PRINT Keyword - to output formatted text to the screen - to output data to a sequential file