doc: paulchen beispiele {code{a,b},gesamt} entpackt (jedes mal entpacken nervt langsa...
[uebersetzerbau-ss10.git] / aus_sammelwut / paulchen / ublu / ss08 / abgabe / codeb / testcases / .svn / text-base / h23.0.svn-base
1 func h23(a,b,c,d) if not (not ((a=0 or b=0) or ((not (c=0)) or (not (d=0))))) then return 1; else return 0; end; end;