3 lines
54 B
Text
3 lines
54 B
Text
<cfset temp = a />
|
|
<cfset a = b />
|
|
<cfset b = temp />
|
<cfset temp = a />
|
|
<cfset a = b />
|
|
<cfset b = temp />
|