func g8(a,b) if not ((not (a=0)) or (not (b=0))) then return 1; else return 0; end; end;