REM Verb - Program Remarks

Syntax

REM text

Description

The REM verb allows comments to be placed in programs.

Parameter

Description

text

Program comments; these can be any text except a colon.

See the RENUM verb for an exception to this rule. In compound statements, REM may only be the last verb.

Examples

1010 REM MAKE YOUR CODE MORE READABLE

See Also

Verbs - Alphabetical Listing