[ Sequence ] penultimate

>> x := Sequence ← 1 ; 2 ; 3 ; 4.
>> y := x penultimate.
Out write: x, stop.
Out write: y, stop.
Sequence ← 1 ; 2 ; 3 ; 4
3