Comments¶
Comments
Comments are descriptive lines in a macro to make reading easier. These are not executed when the macro runs.
Single line comments start with |:
| This is a single line comment.
Multi line comments can also be used. Multi-line comments begin with |** and end with **|.
|** This is a multiple line comment where
you could use this form of commenting **|