X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=codea%2Flewurm_02.0;h=10a2205ecbe939e2ab9f0e047d5090bf527a2de9;hp=c6fd5ac825d2ef8f52cc053a352be01f97e3f8a5;hb=343bf2420615f2bf98482eb6c1d91aff63bc2151;hpb=169a6232a279ffc0b1e9695d4f81afe3959e80cf diff --git a/codea/lewurm_02.0 b/codea/lewurm_02.0 index c6fd5ac..10a2205 100644 --- a/codea/lewurm_02.0 +++ b/codea/lewurm_02.0 @@ -1,3 +1,3 @@ -method f(x) - return x; +method f(a b c d) + return this-(a-b-c-d); end;