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

if then else in Ada #4

Open
philippekruchten opened this issue Sep 13, 2021 · 1 comment
Open

if then else in Ada #4

philippekruchten opened this issue Sep 13, 2021 · 1 comment

Comments

@philippekruchten
Copy link

Not an issue, just a comment...

The programming language Ada tried to refine the if-then-else:

provided quite sophisticated, and unambiguous forms of this statement.
:-)

Thanks for the slides, Erica.

Philippe

@ericfischer
Copy link

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.

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

2 participants