1 line
No EOL
65 B
Text
1 line
No EOL
65 B
Text
let x : int = match ("Doctor") { "Doctor" -> 1 | (_ : int) -> 0 } |