Meaning of keyword “in” in F#

前端 未结 3 1033
北荒
北荒 2020-12-06 03:55

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          


        
3条回答
  •  隐瞒了意图╮
    2020-12-06 04:43

    Here is another related thread here on SO that could be also useful:

    • F# - Should I learn with or without #light?

提交回复
热议问题