codeb: testfaelle aus codea
[testub10.git] / codeb / codea_lewurm_12.0
diff --git a/codeb/codea_lewurm_12.0 b/codeb/codea_lewurm_12.0
new file mode 100644 (file)
index 0000000..78f2b1c
--- /dev/null
@@ -0,0 +1,12 @@
+method f1()
+       return (this*2*3)*1;
+end;
+method f2()
+       return (this)*1;
+end;
+method f3()
+       return this*1;
+end;
+method f4()
+       return (this*1)*(this*1)*1;
+end;