Why won't Julia let me put a module import within a function?

you could put the using statements in a file and call

include("thatfile.jl")
3 Likes