[ 系列 ] 位置: [ 數 ]

var x := 系列 ← “A” ; “B” ; “C”.
var y := x 位置: 1.
var z := x ? 2.
Stdout 寫: y, 句末.
Stdout 寫: z, 句末.
A
B