? <include matrix>;

?::matrix <set #x1 2 2 (1 2 3  4)>
 ::matrix <set #x2 2 1 (1 3)>
 ::matrix <mul #x #x1 #x2>
 ::matrix <display #x>;


