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