Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This section contains topics that demonstrate some of the features of F# that support functional programming. You do not need to know functional programming before reading the content in this section.
In This Section
Title |
Description |
|---|---|
Shows how to create an F# console application, to declare simple variables, to write and test functions, to create tuples and lists, and to define and use a class. |
|
Describes the characteristics of first-class values in programming, and shows uses of functions in F# that display those characteristics. |