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
The following syntax triggers a ParserException:
(a >= 1) ? unit "s" : unit;
To be investigated.
Causes #58
The text was updated successfully, but these errors were encountered:
Fixed issue #69 with precedence on ternary and concatenation expressions
e5757ac
Merge pull request #74 from sentrysoftware/feature/issue-69-ternary-o…
841ca16
…perator Fixed issue #69 with precedence on ternary and concatenation expressions
No branches or pull requests
The following syntax triggers a ParserException:
To be investigated.
Causes #58
The text was updated successfully, but these errors were encountered: