Hello,
Is deferred evaluation possible with either local or globals, i.e.:
should display "2" if deferred evaluation was possible, here `b'+1 seems to be evaluated at the time the global is defined.
Thank you
Is deferred evaluation possible with either local or globals, i.e.:
Code:
global a "`b'+1" local b=1 di $a
Thank you
Comment