X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=gesamt%2Flewurm_09.0;fp=gesamt%2Flewurm_09.0;h=58e31db667a04dc889f679996a1e03a5477547b7;hp=0000000000000000000000000000000000000000;hb=89b2d6e5e8c24415bcd51a6b3a5687880e86d164;hpb=b0a180255d33c4f4b1158e03788411e905ed36b4 diff --git a/gesamt/lewurm_09.0 b/gesamt/lewurm_09.0 new file mode 100644 index 0000000..58e31db --- /dev/null +++ b/gesamt/lewurm_09.0 @@ -0,0 +1,20 @@ +/* inspired by s'evil skinn0rEE ! */ +struct a end; +method f() + return ((this--8).g()).h(j()); +end; + +method g() + this.a := this.a*10; + return this--8; +end; + +method h() + this.a := this.a*20; + return this--8; +end; + +method j() + this.a := this.a*30; + return this--8; +end;