REM

This command allows you to document your program.

  Syntax
REM Comments Can Be Written Here
  Parameters
Comments Can Be Written Here
Value
Enter the appropriate value here.

  Returns

This command does not return a value.

  Description

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.

  Example Code
PRINT "this is text"
WAIT KEY
REM This is a comment and does not exist in final executable
  See also

CORE Commands Menu
Index