[ Serie ] primo

var x := Serie ← 1 ; 2 ; 3 ; 4.
var y := x primo.
Stdout scrivi: x, stop.
Stdout scrivi: y, stop.
Elenco ← 1 ; 2 ; 3 ; 4
1