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