in reply to Re^3: Using guards for script execution?
in thread Using guards for script execution?

Right, I'm referring to the unusual case where one accidentally makes use of a variable without redeclaring it and thus unintentionally modifies it in some enclosing scope.

It doesn't happen often but is something I remember doing.

  • Comment on Re^4: Using guards for script execution?