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