[ Sequence ] shift

var x := Sequence << 1 ; 2 ; 3.
var y := x shift.
Pen write: y, stop.
Pen write: x, stop.