SWAP <variable>,<variable>
Swaps the values of two variables.
A ?TYPE MISMATCH error will occur if the types aren’t identical. It’s just like TEMP=A : A=B : B=TEMP but doesn’t need a temporary variable.
?TYPE MISMATCH
TEMP=A : A=B : B=TEMP
SWAP A,B