[ Boolean ] pravda: [ Kód ]

var x := 10.
(x > 9 &: x < 11) pravda: {
Stdout psát: x, stop.
}.
10