What kind of programming structure would support trinary logic?
if (<<expr>>) { # true } else { # false } otherwise { # nuetral?? }
Sounds like fun to me :-)
In reply to Re: Re: To Trinary or not to Ternary
by eric256
in thread To Trinary or not to Ternary
by rendler
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |