ALLOWS THE COMMENT C
ACTION
The statement REM allows to put the comment C in the program. A comment is a recall, a remark or anything else useful to the understanding of the program source.
The symbol ' (apostrophe) can be used instead of REM.
SYNTAX:
REM C
USE ERROR EXAMPLE
rem makes a sound
beep
REM
REM C
SEE ALSO
-