Michael Lazzaro wrote:
Meaning that the list:+ - force to numeric context - - force to numeric context, negate +^ - force to numeric context, complement ~ - force to string context ~^ - force to string context, complement simply becomes: ^ - complement (type-specific) + - force to numeric context - - force to numeric context, negate ~ - force to string context Correct?
that was what I was advocating, yes. Damian