Andrej Kolčin
Results
91
comments of
Andrej Kolčin
Languages with `start..end` and without separate syntax for stepping: - [Rust](https://doc.rust-lang.org/reference/expressions/range-expr.html). - [Zig](https://ziglang.org/documentation/master/#Slices). - [Ruby](https://www.rubyguides.com/2016/06/ruby-ranges-how-do-they-work/), it has `(10..20).step(2)`. - [Crystal](https://crystal-lang.org/reference/1.10/syntax_and_semantics/literals/range.html). - [Fish shell](https://fishshell.com/docs/current/language.html#slices). They also allow combining slices with `$arr[1..3...