[ Boolean ] yes: [ Task ]

>> x := 10.
(x > 9 &: x < 11) yes: {
Out write: x, stop.
}.
10