[ Boolean ] ni: [ Boolean ]

var x := ( 1 > 2 ) ni: ( 2 > 3 ).
var y := ( 2 > 1 ) ni: ( 3 > 2 ).
Stdout ekri: x, kanpe.
Stdout ekri: y, kanpe.
Vrè
Fo