comments

Human readable descriptions which help code documentation. The code which is in the same line or inside multi-line comments, does not execute.

Single-line comments
Example: #this is a single-line comment

Multi-line comments
Example:
...
this
is
a
multi-line
comment
...
 

» Glossary of terms