Quote:
Originally Posted by JkWhoSaysNi
B...
Why check a boolean variable is true and then have the if statement check the result of that?
B just seems more efficient.
|
Ditto.
I also like to do stuff like
PHP Code:
temp.p = string.pos(substr);
if (~temp.p)
if (!~temp.p)