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