Lucee Tag Reference
Tag <CFSET>
Define a CFML variable. If the variable exists, cfset resets it to the specified value.
Body
This tag can't have a body.
Example
<cfset #any expression# >
Attributes
This tag only allows one attribute value (no name).