Warning
You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.
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
.