summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/4-3-20.mp
blob: 5b6a96ea3eb231e08d9df702c2a7e129862585cb (plain)
1
2
3
4
5
6
7
8
9
10
11
% --- start of displayed preamble in the book ---
input metauml
% --- end of displayed preamble in the book ---
defaultfont:="ptmr8r";
warningcheck:=0;
beginfig(1)
Actor.A("User");
A.c=(0,0);
drawObject(A);
endfig;
end;