We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed:
12 34 true true [ [ swap ] [ 1 2 ] if ] [ 1 2 ] if .js .eval
Result:
var cond_1 = "true"; var subex_5 = "true"; var subex_6 = 34; var subex_7 = 12; if (cond_1) { if (cond_0) { var subex_3 = subex_6; var subex_2 = subex_7; } else { var subex_3 = 1; var subex_2 = 2; } } else { var subex_3 = 1; var subex_2 = 2; } Environment exception: ReferenceError: cond_0 is not defined
var subex_5 =
var cond_0 =
= "true";
= true;
The text was updated successfully, but these errors were encountered:
= "true"; fixed.
Sorry, something went wrong.
No branches or pull requests
Failed:
Result:
var subex_5 =
instead ofvar cond_0 =
= "true";
instead of= true;
The text was updated successfully, but these errors were encountered: