X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=ag%2Fabgabe_l.0;fp=ag%2Fabgabe_l.0;h=73588221b983cd6804e961ebda426ef0a5ad2874;hp=0000000000000000000000000000000000000000;hb=b21f328a05c4ee7f6c7d35dca2ae4bf260877558;hpb=1859bd8de97d9b1c36cd8046fbaea0e388d06827 diff --git a/ag/abgabe_l.0 b/ag/abgabe_l.0 new file mode 100644 index 0000000..7358822 --- /dev/null +++ b/ag/abgabe_l.0 @@ -0,0 +1,9 @@ +struct + a +end; + +method m() + a.a := 0; + var a:=a; + a.a := this; +end;