Rem Statement

Rem remark          'remark
	

You can use the Rem statement 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 - Rem Statement