[ Listă ] penultim

var x := Listă ← 1 ; 2 ; 3 ; 4.
var y := x penultim.
Stdout scrie: x, stop.
Stdout scrie: y, stop.
Listă ← 1 ; 2 ; 3 ; 4
3