2 lines
92 B
Text
2 lines
92 B
Text
|
let b = true
|
||
|
let test = if (b) then { print_string ("OK\n") } else { print_string ("KO\n") }
|