How do you comment out code?
There are a few ways to comment out code. One way is to use the editor's "line numbers" feature to reference the line where the code you want to comment out is located. To comment out code in the editor, press the "c" key and type the following into the editor: #line 12 Another way ... Read more...