comments
Comments can be either single-line or multiline
[...] = optional ... = your value
# single line
/* multi
line
comment */
Example code
<xt:code>
<!--parser:xtscript-->
# this is a single line comment
/* This is a
multi line
comment */
print no code is output to the browser
<!--/parser:xtscript-->
</xt:code>
Show in textareaExample output
Reload
no code is output to the browser