Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>write output to screen</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
WRITE                    Output to Screen

 WRITE [exprlist]

    Displays numeric or string expressions on screen.

    exprlist    Numeric or string expressions separated by commas or
                semicolons. QuickBASIC outputs a carriage return and line
                feed at the end of the list. If no items are included, a
                blank line is displayed.

   ----------------------------------------------------------------------

      Notes:    Either semicolons or commas may be used as delimiters in
                exprlist (it makes no difference).

                WRITE differs from PRINT in the following ways:

                    When the data items are displayed, each is separated
                    from the one before it by a comma.

                    String expressions are displayed enclosed in quote
                    marks.

                    Positive numbers are not preceded by blanks.

See Also: PRINT WRITE #

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson