[ Code ] set: [ Striŋ ] value: [ Obđect ]

var x := { Stdout łrite: (own q + ['!']), stop. }.
x set: ['q'] value: ['123'].
x run.
123!