From: Bernhard Urban Date: Wed, 31 Mar 2010 13:57:09 +0000 (+0200) Subject: ag: this zugriff X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=commitdiff_plain;h=333cd75918b3f49bd054a4e9e16f43d3eb79dad1 ag: this zugriff --- diff --git a/ag/lewurm_08.0 b/ag/lewurm_08.0 new file mode 100644 index 0000000..fc4bc42 --- /dev/null +++ b/ag/lewurm_08.0 @@ -0,0 +1,6 @@ +struct x y end; +method f() + /* erlaubt, da 'x' als 'this.x' zu lesen ist */ + var n := x; + return n; +end;