doc: paulchen beispiele {code{a,b},gesamt} entpackt (jedes mal entpacken nervt langsa...
[uebersetzerbau-ss10.git] / aus_sammelwut / paulchen / ublu / ss08 / abgabe / gesamt / testcases / testscriptx03.3
1 func g(x,y,z)
2   var res:=0;
3   res:=x;
4   while y>=0 or (not x=z) do
5     y:=y+(-1);
6     res:=res+z;
7   end;
8   return res;
9 end;
10
11 struct end;
12
13 func f()
14   var off:=10 + (xx * 3);
15   var bound:= -test.c5;
16   var add:= g(test.c5) + 2;
17   return g(off,bound,add);
18 end;
19