and the same in "x ? y : z" style. Only when I'm using numerical forms i.e. false=0 and true=1, 0 never is true: if (0) { print "they never print me." } What's wrong with literal values? I'm using -v 5.6.1 and ActiveState's 5.8.if (false) { print "I do always get printed...\n" } if (false==true) { print "..and even do I" }
In reply to question about the Truth by sH4ke
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |