F# is a mature, open source, cross-platform,
functional-first programming language
F# runs on Linux, Mac OS X, Android, iOS,
Windows, GPUs, and browsers. It is free to use and is
open sourceunder an OSI-approved
license.
F# is used in a wide range of application areas and is
supported by both an active open
community and industry-leading companies
providing professional tools.
// Declare a local value (inferred type is string)
let world = "world"
// Using '%s' format specifier to include string
parameter
printfn "Hello %s!" world
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.