REM

REM C

ALLOWS THE COMMENT C

  • Type: Directive
  • Parameters: n
  • Group: Reference

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

  • A space is mandatory between REM and the comment C.

USE

  • The command is used to facilitate the understanding of the source by a programmer.

ERROR

  • None.

EXAMPLE

rem makes a sound

beep

SEE ALSO

-