REM (*)
Comment line follows.
Syntax
REM
Description
A line starting with REM is not executed by CAPITAL. Text may follow the REM statement if you wish to comment your business script. You can also use the (*) asterisk code in place of the letters REM.
Example
REM This is a comment line. It is not executed
* Putting an Asterisk at the start also works like REM