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 (;
) is an alias of 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 (;
) is an alias of REM
.
rem.txt ยท Last modified: 2019/07/06 20:43 by neils