Inserting comments into a macro script
You can insert a comment anywhere inside an <HAScript> element by using XML-style comment brackets <!-- --> around the text of your comment.
Comments are useful for:
- Organizing a macro script by providing descriptive text
- Documenting a macro script by explaining complexities
- Debugging a macro script by commenting out executable elements in order to determine which remaining element is causing a problem