Rem

This statement is used to include explanatory remarks in an application.

Syntax

Rem comment

Or you can use the following syntax:

' comment

Parameters

comment
Text of any comment you want to include. After the Rem keyword, a space is required before comment.

Remarks

As shown in the syntax, you can use an apostrophe (') instead of the Rem keyword. If the Rem keyword follows other statements on a line, you must separate it from the statements by a colon. However, when you use an apostrophe, the colon is not required after other statements.