@@ -0,0 +1,6 @@
clear;
a=1:10;
b=[11,12,13,14;15,16,17,18];
c=a;a=b;b=c;
a
b
The note is not visible to the blocked user.