[ Decision ] yes: [ Task ]

var x := 10.
(x > 9 and: x < 11) yes: {
Pen write: x, stop.
}.
10