-for_scoping

Controls legacy (non-standard) for-scoping behavior.

Syntax
  -for_scoping on|off
Remarks

If enabled, variables declared in for loops are visible to the enclosing scope. If disabled, such variables are scoped to the loop only. The default value is off.