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

Clarify array out-of-bounds behavior. #1703

Merged
merged 1 commit into from
Apr 25, 2023
Merged

Clarify array out-of-bounds behavior. #1703

merged 1 commit into from
Apr 25, 2023

Commits on Apr 23, 2023

  1. Update array.md

    The example says that out-of-bound indexing causes a runtime error, but 1) doesn't specify array or slice, then 2) proceeds to demonstrate with an array, which is a _compile_ error. Add both cases and clarify the prose.
    rpwoodbu authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    4ac14d6 View commit details
    Browse the repository at this point in the history