-for_scoping

Controls legacy scope behavior in for loops.

Syntax
  -for_scoping  
Remarks

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