codeb: testfaelle aus codea
[testub10.git] / codeb / codea_skinner33_02.0
1 method w(a)
2         return not a;
3 end;
4
5 method x(a)
6         return not (not a);
7 end;
8
9 method y(a)
10         return not (not (not a));
11 end;