> How do you swap two values of two seperate variables without declaring a
>  temp variable?

1. Write a Stack package.

2. Push first variable on the stack.

3. Assign second variable to first variable.

4. Pop first variable off the stack.