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