I am just starting to learn F#. In several F# coding examples I see the keyword \"in\" used in the following way:
let doStuff x = let first, second = x
Here is another related thread here on SO that could be also useful: