A = [1, 2, 3] B = A PrintAB = ^ { Print "A = ", A, EoL Print "B = ", B, EoL } PrintAB; B[2] = "foo" PrintAB;