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
on score
Sometimes checking that the score exactly hits is a specific number is a bit too limiting (see below).
Sometimes, I'd like to be able to check that a score is equal to or less than or greater than or equal to a number.
equal to
less than
greater than or equal to
Can we add an argument to
to create
...On a related note, how hard would it be to add a block like this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sometimes checking that the score exactly hits is a specific number is a bit too limiting (see below).
Sometimes, I'd like to be able to check that a score is
equal to
orless than
orgreater than or equal to
a number.Can we add an argument to
to create
...On a related note, how hard would it be to add a block like this?
The text was updated successfully, but these errors were encountered: