This makes no sense. ?: tests a boolean value, which is either true or false. 
There is no ternary state for a boolean value. True/False, Yes/No, On/Off, 
1/0. Are you suggesting Yes/No/Maybe? Or are you redefining True and False?

Doesn't matter. What you're asking has no counterpart in boolean logic, and 
as such would make no sense in any computer language. You may have an idea, 
but you are saying it wrong if you do.

On Sunday 29 July 2001 07:22, raptor wrote:

> cond ? then : else : otherwise

Reply via email to