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