X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=gesamt_ppc%2Fcodea_skinner33_18.0;fp=gesamt_ppc%2Fcodea_skinner33_18.0;h=41e359ce34ce0c5aa1eaaf58498d0c979faa8fc1;hb=4efb64bb228c31bf3d1701e0f0ec28f2c05ed451;hp=0000000000000000000000000000000000000000;hpb=70aa500ad5f5643fa386027158bf774a8195f604;p=testub10.git diff --git a/gesamt_ppc/codea_skinner33_18.0 b/gesamt_ppc/codea_skinner33_18.0 new file mode 100644 index 0000000..41e359c --- /dev/null +++ b/gesamt_ppc/codea_skinner33_18.0 @@ -0,0 +1,38 @@ +struct foo bar end; + +method f1(a) + return (a.foo * 1) = 5; +end; + +method f2(a) + return 5 = (a.bar * 1); +end; + +method f3(a) + return (a.foo * 1) = this; +end; + +method f4(a) + return this = (a.bar * 1); +end; + +method f5(a) + return a.foo = (this * 1); +end; + +method f6(a) + return a.foo = 5; +end; + +method f7(a) + return 5 = a.bar; +end; + +method f8(a) + return a.foo = this; +end; + +method f9(a) + return this = a.bar; +end; +