parser: offizielle testfaelle der abgabe
[testub10.git] / parser / abgabe_m.0
diff --git a/parser/abgabe_m.0 b/parser/abgabe_m.0
new file mode 100644 (file)
index 0000000..e6bc453
--- /dev/null
@@ -0,0 +1,11 @@
+method x()
+  if x then
+    if x then
+    else
+      if x then
+      else
+        x:=x;
+      end;
+    end;
+  end;
+end;