[ Sequence ] penultimate

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