[ Sequence ] first

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