[gesamt] Added and adopted Testcases from SS09
[testub10.git] / gesamt / old_abgabe_cc.0
diff --git a/gesamt/old_abgabe_cc.0 b/gesamt/old_abgabe_cc.0
new file mode 100644 (file)
index 0000000..19f9094
--- /dev/null
@@ -0,0 +1,13 @@
+method f(x)
+  return (x-1).g(this-(-1));
+end;
+/*
+#C-Funktion:
+#long g(long x, long y)
+#{
+#  return h(x*2, y*3)+1;
+#}
+*/
+method h(x)
+  return x*this;
+end;