[ テキスト ] 比較: [ テキスト ]

var x := ['abc'].
var y := ['def'].
var z := x 比較: y.
var q := y 比較: x.
Stdout 書く: z, 文末.
Stdout 書く: q, 文末.
-3
3