git @ Cat's Eye Technologies Dipple / master julia / using.jl
master

Tree @master (Download .tar.gz)

using.jl @masterraw · history · blame

# SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
# For more information, please refer to <https://unlicense.org/>
# SPDX-License-Identifier: Unlicense

# You'll need to run julia from the directory that this
# file and MyModule.jl both reside in, for this to work:

push!(LOAD_PATH, ".")

using MyModule

MyModule.gleep()
println(code_lowered(MyModule.foop))