summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/3-5-61.mp
blob: 63a84cf5264852a570146fba278474f6109243fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% --- start of displayed preamble in the book ---
input metaobj
% --- end of displayed preamble in the book ---
defaultfont:="ptmr8r";
warningcheck:=0;
beginfig(1)
newRecursiveBox.a(8);
scaleObj(a,.3);
a.c=origin;
drawObj(a);



endfig;
end;