Actually, when executing a function in Julia REPL, quit() and exit() also exit from julia. Is there a way to stop the function but not Julia?
Thanks On Monday, November 7, 2016 at 11:40:32 AM UTC+1, Tamas Papp wrote: > > See quit(), and in general exit(code). >