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