Rem
Previous  Next

Description: Creates a line for comments. Comments are ignored by the compiler.
     Syntax:
     
Return [<Comments>]

Part
Description
<Comments>
Optional. Any comments you wish to put into the code.

Example:

        Rem This line is ignored
        Print "Hello World"
        End