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