RosettaCodeData/Task/Generic-swap/ColdFusion/generic-swap.cfm
2023-07-01 13:44:08 -04:00

3 lines
54 B
Text

<cfset temp = a />
<cfset a = b />
<cfset b = temp />