summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/4-3-23.mp
blob: b8a344115d5d30b79b9f289d70b641ecc3030623 (plain)
1
2
3
4
5
6
7
8
9
10
% --- start of displayed preamble in the book ---
input metauml
% --- end of displayed preamble in the book ---
defaultfont:="ptmr8r";
warningcheck:=0;
beginfig(1)
State.s("Take order")();
drawObject(s);
endfig;
end;