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
varscript=" var sum == 1; // Or any other operator? Same with `var sum > 1;` sum;";
varparser=newhscript.Parser();
varprogram=parser.parseString(script);
varinterp=newhscript.Interp();
trace( interp.execute(program) ); // null
The text was updated successfully, but these errors were encountered:
kLabz
linked a pull request
Jul 7, 2021
that will
close
this issue
This works, while it shouldn't.
The text was updated successfully, but these errors were encountered: