parser: offizielle testfaelle der abgabe
[testub10.git] / ag / nax_07.0
1 struct 
2     dots per line should be allowed some other 
3 end;
4
5 method doit(a b)
6     while a < b do
7         var something := 0x42;
8         var many := 0x42;
9         var and := 0x42;
10         while a = b do
11             the_end();
12         end;
13         if something then
14             doit();
15         else if not something then end;
16         end;
17
18         many.dots.per.line.should.be.allowed := and.some.other.dots;
19
20     end;
21 end;