18480632836b02c1803c6e7d6869545486418159
[uebersetzerbau-ss10.git] / aus_sammelwut / paulchen / ublu / ss08 / abgabe / gesamt / testcases / g5.0
1 func g5(a,b) if not (a=0 or b=0) then return 1; else return 0; end; end;