variable scope

  1. C

    Wish Static / Persistent local variables

    Would love to have the ability to define local variables that have persistent value, like private globals, but have scope only in the sub where they are declared. The declaration could still be "Private", with the scope implicit from the location of the declaration, or it could be something...
Top