summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/4-3-19.mp
blob: 18e381bcb698b23d43417489e8ad4753963aa5a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
% --- start of displayed preamble in the book ---
input metauml
% --- end of displayed preamble in the book ---
defaultfont:="ptmr8r";
warningcheck:=0;
beginfig(1)
Usecase.U("Authenticate user",
          "by name, password");
U.c=(0,0);
drawObject(U);
endfig;
end;