Home
Press ? for keyboard navigation
❮
Range and loop controls
Range to Array
❯
step
Range with step
examples/range/step.cr
(
1
..
10
)
.
step
(
3
)
{
|
ix
|
puts
ix
}
1 4 7 10
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)