Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 477 Bytes

Description.md

File metadata and controls

7 lines (6 loc) · 477 Bytes

Chapter 02: Values, operators, expressions and functions

The purpose of this chapter is to illustrate the use of values of basic types: numbers, characters, truth values and strings by means of some examples. The concepts of operator overloading and type inference are explained. Furthermore, the chapter contains a gentle introduction to higher-order functions. It is explained how to declare operators, and the concepts of equality and ordering in F# are introduced.