REM (or ' ) Statement
Purpose To allow explanatory remarks to be inserted in a program. The text after the REM statement until the end of the line will be ignored by the compiler. An abbreviation for the REM statement is the apostrophe ( ' )
Examples REM  Waiting for the right time to turn on
    ' This is also a remark line.

backbutton.gif (507 bytes)  Basic to TBASIC Reference Manual