[ Code ] set: [ String ] value: [ Object ]

☞ x ≔ { ✎ write: (⚿ q + ‘!’), stop. }.
x set: ‘q’ value: ‘123’.
x run.
123!