The WRITE Statement

The WRITE Statement

    This statement is used to obtain output on the screen.
    Its format is
    Write.jpg
    where
    list --- may be constants, variables, expressions or message separated
    by commas or semicolons
    The difference between PRINT and WRITE statement is that with the WRITE statement comma appears after each output value and the literal value is accompanied by quotes.

Last modified: Wednesday, 18 January 2012, 11:09 PM