You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix unprivelaged variable getting that prints bizarre values of variables that haven't been yet assigned. Previously, if you typed 'b' or another variable and pressed enter, it would output some exponential number like 1.23e-142 if you didn't assign that variable before. This fix prevents that by comparing varindex with the index of the current variable VARGET is checking for.
0 commit comments