1.1.5 How to Comment Out a Line of Code

At times it is necessary to comment out lines of code for testing or to save as reference. To do this, type // before a line of code as shown below.

Alternatively if you'd like to comment a large block of code you can highlight a block of code and use the button/shortcut shown below that will toggle comments on/off.