Array slicing is broken
bug: The manual claims array slicing is possible, whereas this is not true.
expect: outcome description
related: #973 (closed)
code: input
let array = [{0...5}]
echo @array[0,3..]
expect: output
0 3 4 5
Edited by matu3ba