X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=codea%2Flewurm_02.0;h=10a2205ecbe939e2ab9f0e047d5090bf527a2de9;hb=738801cc5462c5ee2d57f5f20db848cf24044ec6;hp=c6fd5ac825d2ef8f52cc053a352be01f97e3f8a5;hpb=45d4c7cdf7842d9886c40224c04600c8001ef03c;p=testub10.git 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;