User Guide

44 CFML Language Reference
<P>If CFEXIT is used outside of a custom tag, it functions
like a CFABORT. For example, the text after this message
will not be processed:
<CFEXIT>
<P>This text will not be executed due to the existence of
the CFEXIT tag above it.
</BODY>
</HTML>