Purpose:
|
Add text comments in program to help understand the programming statements.
|
|
|
Format:
|
REM string
|
|
|
Example:
|
10 REM *** HEATING AND COOLING SETPOINTS ***
|
Note:
|
REM commands are ignored by the program, they are only to provide comments in the code.
|