News

Think of this code in F#: let s = "1" match tryParse s with | Some(i) ... (like Python) where multiple return values from one function can be used as multiple input parameters to another.