[ Řetězec ] = [ Řetězec ]

var x := „abc“ = „abc“.
Stdout psát: x, stop.
var x := „abc“ = „xxx“.
Stdout psát: x, stop.
Pravda
Nepravda