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