1 line
71 B
Text
1 line
71 B
Text
let quux = try Hashtbl.find hash "quux" with Not_found -> some_value;;
|
let quux = try Hashtbl.find hash "quux" with Not_found -> some_value;;
|