codeb: testfaelle aus codea
[testub10.git] / codeb / codea_lewurm_09.0
1 struct j k l end;
2 method w()
3         return this.k;
4 end;
5
6 method x()
7         return l;
8 end;
9
10 method y()
11         return (this-8).k;
12 end;