17.06.2015, 18:26
Quote:
Commenting is when you use //
And it is only used for a single line, while /* and */ can be used for a whole script if you want to. |
Comments don't get compiled because the compiler ignores comments simply because comments are there for humans to read, not for the compiler.
EDIT: I should have mentioned what Pottus stated.