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