[ Decision ] yes: [ Task ]

☞ x ≔ 10.
(x > 9 and: x < 11) yes: {
✎ write: x, stop.
}.
10