codeb: testfaelle aus codea
[testub10.git] / codeb / codea_intelli_08.0
diff --git a/codeb/codea_intelli_08.0 b/codeb/codea_intelli_08.0
new file mode 100644 (file)
index 0000000..ca5e813
--- /dev/null
@@ -0,0 +1,5 @@
+struct x y z end;
+
+method f(a)
+       return a.y - a.x - a.z;
+end;