Defines a variable.
<CFSET VariableName = expression>
<CFSET #FullName# = #FirstName# & " " & #LastName#>