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
Not an issue, just a comment...
The programming language Ada tried to refine the if-then-else:
with an end if
with an elsif (as a single word) https://www.adaic.org/resources/add_content/standards/05rm/html/RM-4-4.html#S0115
and this combined with Boolean expressions having and then and or else. https://www.adaic.org/resources/add_content/standards/05rm/html/RM-4-4.html#S0115
provided quite sophisticated, and unambiguous forms of this statement. :-)
Thanks for the slides, Erica.
Philippe
The text was updated successfully, but these errors were encountered:
Thanks! That is a nice syntax for distinguishing short-circuit booleans from those where the whole expression is always evaluated.
I have used elsif many times thanks to its appearance in Perl, and elif in shell scripts.
elsif
elif
Sorry, something went wrong.
No branches or pull requests
Not an issue, just a comment...
The programming language Ada tried to refine the if-then-else:
with an end if
with an elsif (as a single word)
https://www.adaic.org/resources/add_content/standards/05rm/html/RM-4-4.html#S0115
and this combined with Boolean expressions having and then and or else.
https://www.adaic.org/resources/add_content/standards/05rm/html/RM-4-4.html#S0115
provided quite sophisticated, and unambiguous forms of this statement.
:-)
Thanks for the slides, Erica.
Philippe
The text was updated successfully, but these errors were encountered: