REM
This command allows you to document your program. 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.

SYNTAX
REM Remarks Go Here

RELATED INFO
Basic Commands
Glossary

EXAMPLE
REMARK Commands