Comments
REM is the only comment keyword. Everything after it, to the end of the line,
is ignored by the compiler:
comments.mantis
Warning:
REM only works as the first word on a line. There’s no way to add a
trailing comment after another command on the same line — put comments on
their own line.
Last updated on