English
Appearance
Lines starting with # are comments. Except for special comment expressions, comments are not executed and can describe what the code does.
#
A comment line must have at least one character after #, or an error is reported.
Comments
Lines starting with
#are comments. Except for special comment expressions, comments are not executed and can describe what the code does.A comment line must have at least one character after
#, or an error is reported.