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