Skip to content
New issue

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

Signal an error when a binary JavaScript operators is used with 0, 1, 3, or more arguments. #6

Closed
soegaard opened this issue Mar 22, 2016 · 1 comment

Comments

@soegaard
Copy link
Owner

Signal an error when a binary JavaScript operators is used with 0, 1, 3, or more arguments.
Examples:
2<=3<=4 does not work in JavaScript.
(and e) is an error since the JavaScript operator && takes two arguments.

@soegaard
Copy link
Owner Author

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant