summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/4-3-10.mp
diff options
context:
space:
mode:
Diffstat (limited to 'info/examples/lgc2/4-3-10.mp')
-rw-r--r--info/examples/lgc2/4-3-10.mp13
1 files changed, 13 insertions, 0 deletions
diff --git a/info/examples/lgc2/4-3-10.mp b/info/examples/lgc2/4-3-10.mp
new file mode 100644
index 0000000000..89d5eddaef
--- /dev/null
+++ b/info/examples/lgc2/4-3-10.mp
@@ -0,0 +1,13 @@
+% --- start of displayed preamble in the book ---
+input metauml
+% --- end of displayed preamble in the book ---
+defaultfont:="ptmr8r";
+warningcheck:=0;
+beginfig(1)
+Class.A("User")()();
+classStereotypes.A
+ ("<<interface>>","<<home>>");
+A.nw=(0,0);
+drawObject(A);
+endfig;
+end;