Rem Statement

  1. Rem remark          ‘remark

Used to include explanatory remarks in a program.

The parameter remark is the text of any comment you wish to include in the code.

More:

Example: