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

**URL:** https://discourse.julialang.org/t/syntax-missing-last-argument-in-2-range-expression-when-using-include-mymodule-jl/17792
**Category:** General Usage
**Created:** [November 20, 2018, 8:40pm UTC](https://discourse.julialang.org/t/syntax-missing-last-argument-in-2-range-expression-when-using-include-mymodule-jl/17792 "2018-11-20T20:40:45Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![fredrikekre](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/fredrikekre/32/1688_2.png) [@fredrikekre](https://discourse.julialang.org/u/fredrikekre)
#### Post date: [November 20, 2018, 8:50pm UTC](https://discourse.julialang.org/t/syntax-missing-last-argument-in-2-range-expression-when-using-include-mymodule-jl/17792/2 "2018-11-20T20:50:40Z")

</div>

It is impossible to help with no code to look at (see [Please read: make it easier to help you](https://discourse.julialang.org/t/psa-make-it-easier-to-help-you/14757)). A qualified guess is that you have something like

```julia
2:

```

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

---

_[View the full topic](https://discourse.julialang.org/t/syntax-missing-last-argument-in-2-range-expression-when-using-include-mymodule-jl/17792)._
