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>' comment</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
'                        Comment

 ' [remark]

    Adds explanatory text to a program listing.

      remark    Commentary text, ignored by BASIC.

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

      Notes:    BASIC does not execute comments, but a program may branch
                to a statement beginning with '.  Execution will then
                continue with the first executable statement thereafter.

                Any program statements following a comment, in the same
                logical line, are ignored by BASIC.

                ' can be used to add a comment at the end of an existing
                program statement (BASIC ignores everything following the
                ' character). Exception: ' cannot be used in this manner
                in a DATA statement (because BASIC would treat the ' as
                part of the DATA).

See Also: REM

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