d27572d52289d6b695b28834d15b13fafa5aab21
[testub10.git] / abgabe_c.0
1 method m(x y)
2   return x;
3 end;
4
5 method n(x y)
6   return y;
7 end;