[ Sequence ] from: [ Number ] length: [ Number ]

☞ x ≔ Sequence ← 1 ; 2 ; 3 ; 4 ; 5.
☞ y ≔ x from: 2 length: 2.
✎ write: y, stop.
Sequence ← 2 ; 3