[ Boolean ] ekte: [ Oppgave ]

var x := 10.
(x > 9 &: x < 11) ekte: {
Stdout skrive: x, stop.
}.
10