What does this C# code look like in F#? (part one: expressions and statements) Posted by Brian on November 28, 2008 If you have C# code and just try to transliterate it directly to F#, the F# code you wind up with is unlikely to be idiomatic or "good". Nevertheless, when you are new to a language (F#), it is sometimes useful to know how to transliterate from a well-known language (C#) for those c