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
Ternary operators should be explained more fully if the term is to be used.
The text was updated successfully, but these errors were encountered:
This code uses the ternary operator that is a shortcut expression that is equivalent to an if/else branch assigning some value to a variable.
If expression is true? "set value to a" : "else set value to b"
would you like an example added ? e.g.
penv = task.cpus > 1 ? "sharedmem" : null
Sorry, something went wrong.
No branches or pull requests
Ternary operators should be explained more fully if the term is to be used.
The text was updated successfully, but these errors were encountered: