We declare variable in cold fusion as <cfset x=\"hello\"> where cfset tag is used to assign the value in x variable.
<cfset x="hello">
where cfset tag is used to assign the value in x variable.