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
I am embarrassed to ask but how to exit out of console session? I tried Ctrl+C plus many other things but none of them work
In [1]: exit() | exit() cannot find symbol symbol: method exit() In [2]: quit() | quit() cannot find symbol symbol: method quit() In [3]: !exit | !exit cannot find symbol symbol: variable exit In [4]: !quit | !quit cannot find symbol symbol: variable quit In [5]: /exit | /exit illegal start of expression In [7]: System.exit(0)
The text was updated successfully, but these errors were encountered:
macOS: cmd + d windows: ctl + d
Sorry, something went wrong.
macOS: Ctrl + d
Do you really want to exit ([y]/n)? y Shutting down kernel
No branches or pull requests
I am embarrassed to ask but how to exit out of console session? I tried Ctrl+C plus many other things but none of them work
The text was updated successfully, but these errors were encountered: