summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/4-3-21.mp
blob: a7e53104026d6422318c02a06a0db6d0552f945c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
% --- start of displayed preamble in the book ---
input metauml
% --- end of displayed preamble in the book ---
defaultfont:="ptmr8r";
warningcheck:=0;
beginfig(1)
Begin.b;
End.e;
b.nw=(0,0);
e.nw=(20,20);
drawObjects(b,e);
endfig;
end;