function [x,y] = swap(first, second) % %Swap the first and second values % x = second; y = first; end