If you want to do it that way, the function keyword needs to come first,
function MainModule.MyModule.exampleFunction()
println("bye")
end
If you want to do it that way, the function keyword needs to come first,
function MainModule.MyModule.exampleFunction()
println("bye")
end