What should I do if I want to repeat copies of a matrix into a 2-by-2 block arrangement?
For example:
A=1..4$2:2 #0 #1 -- -- 1 3 2 4