| REM | Index Level | REMOVE |
| Syntax | REM text |
| Category | BASIC |
| Type | Statement |
| Description |
designates a "remark" statement and all text which follows on the same line is ignored by the compiler.
The characters, "*" or "!" may be substituted for the "rem" statement. The "remark" statement is used to explain or document the program, allowing the programmer to place comments anywhere in the program without affecting program execution. It is provided for compatibility and readability. |
| Options | |
| See Also | statements & functions c ! * |
| Example |
rem Last revised 1/1/89
! look for next value * time to wrap up |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| REM | Index Level | REMOVE |