[ Serie ] + [ Serie ]

var x := Serie ← 1 ; 2.
var y := Serie ← 3 ; 4.
var z := x + y.
Stdout skriva: z, stop.
Serie ← 1 ; 2 ; 3 ; 4