[ Código ] setar: [ String ] valor: [ Objeto ]

var x := { Stdout escrever: (own q + “!”), punto. }.
x setar: “q” valor: “123”.
x rodar.
123!