@@ -0,0 +1,8 @@
function [x,y] = swap(first, second)
%
%Swap the first and second values
x = second;
y = first;
end
The note is not visible to the blocked user.