[ Task ] set: [ Text ] value: [ Object ]

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