Content-type: text/html Rem Tag

Home
WebGroove is no longer supported. These docs are reference only.


Rem Tag
While you can always use standard HTML coments, the rem tag is the preferred syntax for single and multiline commenting in WebGroove® Script. Unlike HTML comments, rem tags and their contents will not show up in the compiled code in any way.

Examples
<rem single-line coment>

<rem>
multi-line
comments
</rem>


Syntax
Single tag or tag pair.

Notes
If you've done much programming the concept of "commenting-out" code should come to mind. This tag is really good for experimenting with pieces by swapping them in and out of the build.

See Also
Ignore Tag

Up To
Compiler Tags
Complete Tag Reference


WebGroove® is a registered trademark of Creativision Publishing Corporation