[ String ] ≠ [ String ]

var x := “abc” = “abc”.
Stdout escrever: x, punto.
var x := “abc” ≠ “xxx”.
Stdout escrever: x, punto.
Verdadeiro
Verdadeiro