You can use exit(0), but the exit code is implicitly 0 anyway when your Julia script runs without errors. See http://docs.julialang.org/en/release-0.4/stdlib/base/
On Mon, Aug 15 2016, Rishabh Raghunath wrote: > I'd like to know What the equivalent of "return 0 used in C" is in Julia > while completion of program ..
