REM

Syntax:

rem <anything>

The REM directive denotes a comment until the end of that line. The compiler will ignore it.

Since v2.1, the semicolon character (;) and single quote character (') are aliases of REM.