Remark Statement
General Description
The remark-statement allows program annotation.
Syntax
- remark-statement =
REM
remark-string
Examples
REM FINAL CHECK
Semantics
If the execution of a program reaches a line containing a remark-statement, then it shall proceed to the next line with no other effect.
Exceptions
None.