In a project directory,
I have a main.jl and a myModule.jl
myModule.jl. contains
module myModule
…
end
In the main.jl,
how do I use myModule ?
using myModule
and
import myModule
both are for modules already registered by Pkg.
thanks
HP
4 posts - 3 participants