How to Comment Source Code
To comment a line:
- * (asterisk) at the first columm. This will comment the entire line.
-” (double quote). Comment text after double quote.
To comment a block of code, select lines and press CTRL+<. To undo uncomment, press CTRL+>.