Merge branch 'master' of git://github.com/skinner33/testub10
[testub10.git] / gesamt / codea_abgabe_ar.0
1 method m(x y)
2   return y;
3 end;
4
5 method n(y x)
6   return y;
7 end;