[ Rad ] + [ Rad ]

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