Re: Phix wiki 3
- Posted by euphoric (admin) Jan 24, 2021
- 959 views
[quote _tom]
Slicing is a left to right action:
sequence s = { 1,2,3,4} ? s[1..3 ] // {1,2,3} ? s[1..-2] // {1,2,4}
Should that second slice be {1,2,3} also?
[quote _tom]
Slicing is a left to right action:
sequence s = { 1,2,3,4} ? s[1..3 ] // {1,2,3} ? s[1..-2] // {1,2,4}
Should that second slice be {1,2,3} also?