I ran
using myModule
but, because myModule
had runtime errors, I'd like to undo that using
statement.
Is there a way to do that at the Julia command line?
I know I could simply close and relaunch the Julia REPL, but I'd like to avoid that because it's relatively slow to start (at least, on Windows).