January 2017
Intermediate to advanced
338 pages
7h 51m
English
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include directive."
A block of code is set as follows:
[<EntryPoint>]
let main argv =
printfn "Hello F# world"
0 // return an integer exit code
If there is a line (or lines) of code that needs to be highlighted, it is set as follows:
[<EntryPoint>]
let main argv =
printfn "Hello F# world"
0 // return an integer exit codeNew terms and ...
Read now
Unlock full access