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