codea: felder und not testfaelle
[testub10.git] / codea / lewurm_10.0
1 method w()
2         return not this;
3 end;
4
5 method x()
6         return not (not this);
7 end;
8
9 method y()
10         return not (not (not this));
11 end;