[ Llista ] + [ Llista ]

var x := Llista ← 1 ; 2.
var y := Llista ← 3 ; 4.
var z := x + y.
Stdout escriu: z, atura.
Llista ← 1 ; 2 ; 3 ; 4