Rem
Statement Rem
Used to place comments into a script.
Syntax Rem comment
Remarks
Comments are free form, and are ignored by the script language, starting at the REM keyword and until the beginning of the next line.
The apostrophe ( ' ) can be used in place of the keyword Rem.
See Also:
Example Script
' We are going to declare a two dimension array variable of 400 elements
String a(20,20)