# Colon / Ranges

**URL:** https://discourse.julialang.org/t/colon-ranges/51032
**Category:** New to Julia
**Created:** [December 1, 2020, 7:21am UTC](https://discourse.julialang.org/t/colon-ranges/51032 "2020-12-01T07:21:20Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Tamas\_Papp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tamas_papp/32/25949_2.png) [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)
#### Post date: [December 1, 2020, 9:27am UTC](https://discourse.julialang.org/t/colon-ranges/51032/2 "2020-12-01T09:27:23Z")

</div>

> [@vaeli](#):
>
> “Test”[9+1:0] is the separator between last and first element, where it goes round in a circle.

Nope, it is an empty range.

```julia
julia> 9+1:0
10:9

```

(I am not sure what the question is, but it does not look like something that belogs in _Internals/design_, so I moved it. Also, please [quote your code](https://discourse.julialang.org/t/psa-make-it-easier-to-help-you/14757/).)

---

_[View the full topic](https://discourse.julialang.org/t/colon-ranges/51032)._
