doc: paulchen beispiele {code{a,b},gesamt} entpackt (jedes mal entpacken nervt langsa...
[uebersetzerbau-ss10.git] / aus_sammelwut / paulchen / ublu / ss08 / abgabe / gesamt / testcases / g11.0
diff --git a/aus_sammelwut/paulchen/ublu/ss08/abgabe/gesamt/testcases/g11.0 b/aus_sammelwut/paulchen/ublu/ss08/abgabe/gesamt/testcases/g11.0
new file mode 100644 (file)
index 0000000..e9126ea
--- /dev/null
@@ -0,0 +1 @@
+func g11(a,b) if not (not (a=0 or (not (b=0)))) then return 1; else return 0; end; end;