Standard ECMA-55 - Minimal BASIC

Electronic version of the scanned original

ECMA-55.pdf View on GitHub

Remark Statement

General Description

The remark-statement allows program annotation.

Syntax

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