codea: spass mit '-' und 'this'
[testub10.git] / codea / lewurm_02.0
index c6fd5ac825d2ef8f52cc053a352be01f97e3f8a5..10a2205ecbe939e2ab9f0e047d5090bf527a2de9 100644 (file)
@@ -1,3 +1,3 @@
-method f(x)
-  return x;
+method f(a b c d)
+  return this-(a-b-c-d);
 end;
 end;