Lucee Tag Reference
Tag <CFBREAK>
Used to break out of a cfloop,cfwhile or cfforeach.
Body
This tag can't have a body.
Example
<cfbreak #string expression# >
This tag is also supported within cfscript
<cfscript> break #string expression#; </cfscript>
Attributes
This tag only allows one attribute value (no name).