[ Serie ] first

var x := Serie ← 1 ; 2 ; 3 ; 4.
var y := x first.
Stdout łrite: x, stop.
Stdout łrite: y, stop.
Serie ← 1 ; 2 ; 3 ; 4
1