|
|
| Keep It Simple, Stupid | |
| PerlMonks |
(tye)Re: Why not support this syntax?by tye (Sage) |
| on Apr 24, 2001 at 15:17 UTC ( [id://75089]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
The other common case you want is that $x is outside some range. So will people try to write this: if( $min > $x < $max ) { which would always be false (provided $min < $max). Or would you only allow inequalities of the same "direction" to be clustered together like that? Personally I never use > nor >= because I find the code easier to understand when the values are sort left-to-right, smallest-to-largest. (: - tye (but my friends call me "Tye")
In Section
Meditations
|
|
||||||||||||||||||||||||||||||