| Code Type: | Data Include |
| Code Scope of Action: | item |
^comment( data )^
All of the data within the parentheses of the ^comment^ is exported as an HTML comment. Thus:
^comment(This is a comment)^
exports as an unseen HTML code comment as in:
<-- This is a comment -->
