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
$ if (X)!="" {true} else {false} 16:09:41.041 [ERR] parser error: expected next token to be `{`, got `!=` instead: if (X)!="" {true} else {false} ^
showed up in grol bot when trying to compare a[I] != "" it saves as (a[I]) != ""
edit: this works
if ((x)==y) {true} else {false}
The text was updated successfully, but these errors were encountered:
Add failing test for #179
81b9730
Fix parsing issue inside if conditions (#180)
e551027
* Add failing test for #179 * easy fix
Successfully merging a pull request may close this issue.
showed up in grol bot when trying to compare a[I] != "" it saves as (a[I]) != ""
edit: this works
The text was updated successfully, but these errors were encountered: