ag: this zugriff
[testub10.git] / ag / lewurm_08.0
1 struct x y end;
2 method f()
3         /* erlaubt, da 'x' als 'this.x' zu lesen ist */
4     var n := x;
5     return n;
6 end;