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.
All recipes codes are written inside a numbered bullet and follow the following style:
F(Stat_0) = Stat_n(Stat_n-1(...(Stat_1(Stat_0)))) = Stat_n
Code words in text, HTML tags, database table names, folder names, filenames, file extensions, and pathnames are shown as follows: "The Stat refers to a statement and Stat_0, Stat_1, Stat_2, … Stat_n are the n number of statements."
Any command-line input or output is written as follows:
$ julia -e 'println("Hello World")'
Hello World
Warnings or important notes appear like this.
Tips and tricks appear like this.