On Fri, May 13, 2011 at 12:43 PM, John Scipione <jscipione@xxxxxxxxx> wrote: > I think one could remove the parenthesis and get the same result but I > wasn't sure if there is some sort of short circuiting behavior that was > being relied on here so I left the parens alone. How would the parens change the short circuit behavior? The || operator is guaranteed left to right, even with parens. -- Hike Danakian