Comments
Comments Overview¶
You can use //
or #
at the beginning of the line to leave comments in your script. These lines will be ignored during execution.
// or #¶
Example
1 2 3 |
|
1 2 3 |
|
Last update: 2020-12-10
You can use //
or #
at the beginning of the line to leave comments in your script. These lines will be ignored during execution.
Example
1 2 3 |
|
1 2 3 |
|