Lucee Tag Reference

<cfcontinue>

Used within a cfloop tag. Returns processing to the top of a loop.

Body

This tag can't have a body.

Example

<cfcontinue #string expression#>
This tag is also supported within cfscript
<cfscript>
	continue #string expression#;
</cfscript>

Attributes

This tag only allows one attribute value (no name).