A comment tag allows for any FLEX code in a .flex or .ajax file to be ignored by FLEX.
All FLEX comments are enclosed by {# #}
Example:
{# show the website header #}
<p>Being able to comment is so {# easy #} simple.</p>
Output:
<p>Being able to comment is so simple.</p>