codea: testfaelle von intelli
[testub10.git] / codea / intelli_00.0
diff --git a/codea/intelli_00.0 b/codea/intelli_00.0
new file mode 100644 (file)
index 0000000..9856fd9
--- /dev/null
@@ -0,0 +1,8 @@
+method f(a b c)
+       return (a*5) - (b*c) - this;
+end;
+
+/*verschachtelte mult*/
+method g(a b c d)
+       return ((a * (b * (c * (-4)))) - d);
+end;