julia lang - How to quit/exit from withing "included" file file -
what can within file "example.jl"
exit/return call include()
in command line
julia> include("example.jl")
without existing julia itself. quit()
terminate julia itself.
edit: me useful while interactively developing code, example include test file , return execution julia prompt when condition met or compile tests working on without reorganizing code much.
i'm not quite sure you're looking do, sounds might better off writing code function, , use return
exit. call function in include.
Comments
Post a Comment