19. REMARK STATEMENT

19.1 General Description

The remark-statement allows program annotation.

19.2 Syntax

        1. remark-statement = REM remark-string

19.3 Examples

    REM FINAL CHECK

19.4 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.

19.5 Exceptions

None.