quit
.. quit()
Quit the program indicating that the processes completed successfully. This function calls ``exit(0)`` (see :func:`exit`).Examples
The quit() function in Julia
Quit the program indicating that the processes completed successfully. This function calls exit(0).
Examples:
- Exit the program:
julia> quit()This example calls
quit()to exit the program, indicating successful completion of the processes.
Note: The quit() function does not take any arguments.
Please ensure that you have completed all necessary processes before calling quit().
See Also
addprocs, atexit, cd, clipboard, EnvHash, exit, getpid, peakflops, ProcessExitedException, process_exited, process_running, procs, quit, readandwrite, redirect_stdout, rmprocs, run, setenv, spawn, withenv,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.