Nicholas Clark wrote: >I can see one potential crafty way to avoid the above inconsistency, which >is to change sv_2pv_flags() so that it doesnt (completely) cache the string >conversion for -0. Eww. This would violate the truth value rule, by having something that stringifies as "-0" but is false. Don't do it. -zeframThread Previous | Thread Next