[ 文本 ] 比較: [ 文本 ]

var x := “abc”.
var y := “def”.
var z := x 比較: y.
var q := y 比較: x.
Stdout 寫: z, 句末.
Stdout 寫: q, 句末.
-3
3