codeb: testfaelle aus codea
[testub10.git] / codeb / codea_mrstrcmp_17.0
1 method f(a)
2         return (a < 0x0A);
3 end;
4
5 method g(a)
6         return (0x0A < a);
7 end;
8
9 method h()
10         return (0x0A < 0x09);
11 end;
12
13 method i()
14         return (0x0A < 0x0B);
15 end;
16