<!--- Test condition. ---> <cfif boolean> <!--- Execute true statement and store in output. ---> <cfset output = "It was True" /> <cfelse> <!--- Execute false statement and store in output. ---> <cfset output = "It was False" /> </cfif>