[ Boolean ] true: [ Úloha ]

var x := 10.
(x > 9 &: x < 11) true: {
Stdout píšu: x, zastávka.
}.
10