2 lines
100 B
Text
2 lines
100 B
Text
|
let b = (0 <? 0)
|
||
|
let test = if (b) then { print_string ("TOTO\n") } else { print_string ("BIRD\n") }
|