func f3(a) if not (a=0) then return 0; else return 1; end; end;