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

Add 'some' Ada reserved word #1581

Merged
merged 1 commit into from Oct 27, 2020
Merged

Add 'some' Ada reserved word #1581

merged 1 commit into from Oct 27, 2020

Commits on Oct 23, 2020

  1. Add 'some' Ada reserved word

    The some Ada reserved word is available since Ada 2012, it is used in the same context as the any keyword.
    See RM 2.9 - Reserved Words https://www.adaic.org/resources/add_content/standards/12rm/html/RM-2-9.html for a list of keywords (with this inclusion, all are covered if I'm not mistaken)
    and for usage example
    See RM 4.5.8 - Quantified expressions  https://www.adaic.org/resources/add_content/standards/12rm/html/RM-4-5-8.html
    leogermond committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    69a559d View commit details
    Browse the repository at this point in the history