X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=codea%2Flewurm_12.0;fp=codea%2Flewurm_12.0;h=78f2b1cb7a8b02858852a710c898bfb4774739ff;hp=0000000000000000000000000000000000000000;hb=d3d627e7166d7334032fcacb2f498118c8b3646e;hpb=5ded12bf5f63929bfa145d32c0c74fc9881c0779 diff --git a/codea/lewurm_12.0 b/codea/lewurm_12.0 new file mode 100644 index 0000000..78f2b1c --- /dev/null +++ b/codea/lewurm_12.0 @@ -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;