codea: lustige structs fuer codea
[testub10.git] / codea / intelli_06.0
diff --git a/codea/intelli_06.0 b/codea/intelli_06.0
new file mode 100644 (file)
index 0000000..62d9d7e
--- /dev/null
@@ -0,0 +1,5 @@
+struct x y z end;
+
+method f()
+          return (x - y) * z;
+end;