Controls legacy scope behavior in for loops.
-for_scoping
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.