<CFSCRIPT> CFScript code goes here </CFSCRIPT>
The CFSCRIPT tag encloses a code segment containing CFScript.
Use CFSCRIPT to perform processing in CFScript instead of CFML. Note the following regarding CFScript:
One use of CFSCRIPT is to wrap a series of assignment functions that would otherwise require CFSET statements.
For more information on CFScript, see Advanced ColdFusion Development.