syntax: missing last argument in "2:" range expression when using include("MyModule.jl")

It is impossible to help with no code to look at (see Please read: make it easier to help you). A qualified guess is that you have something like

2:

somewhere in your code, that should be 2:5 or whatever.

1 Like