codeb: testfaelle aus codea
[testub10.git] / codeb / codea_skinner33_02.0
diff --git a/codeb/codea_skinner33_02.0 b/codeb/codea_skinner33_02.0
new file mode 100644 (file)
index 0000000..03a1db6
--- /dev/null
@@ -0,0 +1,11 @@
+method w(a)
+       return not a;
+end;
+
+method x(a)
+       return not (not a);
+end;
+
+method y(a)
+       return not (not (not a));
+end;