0e42821ee425d12c9c05693e11274bb8a96d2616
[uebersetzerbau-ss10.git] / aus_sammelwut / paulchen / ublu / ss08 / abgabe / gesamt / testcases / algebra.0
1 func test(a, b)
2         return a + 2 + ( 3 * b);
3 end;