Controls legacy (non-standard) for-scoping behavior.
-for_scoping on|off
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.