[ Ọrọ ] afiwe: [ Ọrọ ]

var x := ['abc'].
var y := ['def'].
var z := x afiwe: y.
var q := y afiwe: x.
Stdout kọ: z, duro.
Stdout kọ: q, duro.
-3
3