|
From: | Grisha Levit |
Subject: | Re: Global variable modification by nameref chain |
Date: | Fri, 6 May 2016 09:28:56 -0400 |
The issue I was trying to raise is that assignment modifies the global variable but expansion uses the local value.
If the assignment to the global variable is intentional, then shouldn't expansion use the global variable's value as well?
[Prev in Thread] | Current Thread | [Next in Thread] |