Quantcast
Channel: First steps - JuliaLang
Viewing all articles
Browse latest Browse all 2795

How to 'using a_local_module'

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 2795

Trending Articles