This statement is used to include explanatory remarks in an application.
Rem comment
Or you can use the following syntax:
' comment
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.