December 2018
Beginner to intermediate
500 pages
12h 10m
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The difficulty levels are already defined in the Gameplay module, so don't forget to declare that we're using Gameplay."
A block of code is set as follows:
function articleinfo(content) dom = articledom(content) (extractcontent(dom.root), extractlinks(dom.root), extracttitle(dom.root), extractimage(dom.root)) end
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
@from i in df begin
@where i.Parking_Tax == true ...Read now
Unlock full access