Return to Tags or Functions
<cfbreak>
This tag is also supported within cfscript.
<cfscript> break; </cfscript>
[] = Optional attribute
Used to break out of a cfloop,cfwhile or cfforeach.
This tag can't have a body.
This tag has no attributes