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