Suppose, you have a local, which depends on a second local. However, when the first local is defined, the second local is not defined yet. Is it possible to update the first local as soon as the second local is defined (so that it takes the new value into account).
Example
Code:
local test test`ev' local ev = 100 di "`test'"
Thanks a lot!
0 Response to update value of local
Post a Comment