3 Jul
2015
3 Jul
'15
9:33 a.m.
On 02-07-2015 02:49, Niall Douglas wrote:
On 1 Jul 2015 at 15:53, charleyb123 . wrote:
Out of interest, what do you think of my free function ternary logic programming:
tribool t; if(true_(t)) { /* true */ } else if(false_(t)) { /* false */ } else if(unknown(t)) { /* other state */ }
Is the last "if" really needed vs. just an "else"? -Thorsten