SPUG: Behavior of &&'ed functions

James Moore james at banshee.com
Wed Oct 27 18:31:42 CDT 2004


Not a solution to your problem, but personally I wouldn't really consider
this to be a happy use of the ++ operator.  If there's more than one
instance of the variable in question on a line, I'd almost always rather not
use a ++; do the increment on the next line.

  - James




More information about the spug-list mailing list