The contents will not be sent through to the page. Side effects, for
example sending queries to databases, will take effect.
Example
<set variable=foo value=Hi>
<nooutput>
<h1>Hi dude</h1>
<set variable=foo value=Bye>
</nooutput>
<p><insert variable=foo>
Bye
|