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

Exit function #487

Merged
merged 3 commits into from
Nov 6, 2024
Merged

Exit function #487

merged 3 commits into from
Nov 6, 2024

Conversation

kengorab
Copy link
Owner

@kengorab kengorab commented Nov 5, 2024

Introduce the exit function as a means of terminating the program early. This also requires the introduction of the @noreturn decorator to indicate that code following the invocation of such a function is not reachable.

Introduce the `exit` function as a means of terminating the program
early. This also requires the introduction of the `@noreturn` decorator
to indicate that code following the invocation of such a function is
not reachable.
@kengorab kengorab merged commit bbb0c7a into master Nov 6, 2024
1 check passed
@kengorab kengorab deleted the exit-noreturn branch November 6, 2024 01:42
@kengorab kengorab mentioned this pull request Nov 6, 2024
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

Successfully merging this pull request may close these issues.

1 participant