in reply to Falsehoods & empty strings
I think it has something to do w/ free will.
No, wasn't there some LW trouble w/ zero not being false the same way undef is, though, so that:God (Time Bandits)
will all work.print "hey \n" if ( (2 < 2) == 0); print "hee \n" if ( (2 < 2) eq undef ); print "ho \n" unless (2 < 2);
a
|
|---|