Closed c3d closed 1 month ago
Fixing this exposed another problem, which is that parsing 'ROOT(X+3;X;1)'
parses the X+3
segment directly in the funcall, which causes it to evaluate as the numerical value of X+3
if X
is defined. None of our tests exposed that.
After running, the
root
command should update the global variable with the value that was found.