
F# Tutorial
F# helps you in the daily development of the mainstream commercial business software. This tutorial provides a brief knowledge about F# and its features, and also provides the various structures and syntaxes of its methods and functions.
Audience
This tutorial has been designed for beginners in F#, providing the basic to advanced concepts of the subject.
Prerequisites
Before starting this tutorial you should be aware of the basic understanding of Functional Programming, C# and .Net
Execute F# Online
For most of the examples given in this tutorial you will find Try it option, so just make use of this option to execute your F# programs at the spot and enjoy your learning.
Try following example using Try it option available at the top right corner of the below sample code box −
(* This is a comment *) (* Sample Hello World program using F# *) printfn "Hello World!"