REM
This command allows you to document your program.
REM Comments Can Be Written Here
Comments Can Be Written Here
Value
Enter the appropriate value here.
This command does not return a value.
The REM command indicates the start of a "remark" in your program, and all remarks are skipped by the compiler. You can use remarks to provide a better description of what your program is doing. You will find it good practice to make remarks often, as you will gradually forget what each part of your program does as time goes by.
PRINT "this is text"
WAIT KEY
REM This is a comment and does not exist in final executable
CORE Commands Menu
Index