<@COMMENT> </@COMMENT>
Syntax
<@COMMENT>comment</@COMMENT>
Description
This tag pair gives you the ability to
comment on Tango application files.
It is intended as a means of notation for
multiple programmers who may access the same application files, or as
a notation for a single user managing large application files and
projects. It is valid in Results, No Results, and Error HTML, and in
Direct DBMS, SQL and Script action scripts.
The material inside these tags is stripped
out and never appears in HTML sent to the user's Web browser.
Note:
These tags are required to
appear in pairs, and unpaired appearances are treated as unrecognized
tags and left untouched.
Examples
<@COMMENT> This
function does this </@COMMENT>
The tag and the HTML contained inside are
removed before the rest of the HTML is returned to the user.
<@COMMENT> do this: <@ASSIGN
NAME=myVar VALUE="asdfasd"> </@COMMENT>
The tag and the HTML contained inside are
removed before the HTML is returned, and <@ASSIGN> is
not an executed part of the application file. |