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