3 lines
61 B
Text
3 lines
61 B
Text
|
|
swap[a_, b_] := {a, b} = {b, a}
|
||
|
|
SetAttributes[swap, HoldAll]
|