This book is aimed at Delphi programmers with some previous Delphi experience. The Object Pascal language of Delphi keeps evolving, and knowing it well is of the utmost importance to every programmer, even the experienced ones. Not all the concepts that you can find in many Object Pascal tutorials are discussed here, but the idea is to have a solid walkthrough of even the fundamental language concepts, with the focus on newer constructs and those that are important to mobile development with Delphi.
Object Pascal Phrase Book
Tokens
Tokens are the smallest meaningful pieces of text that a compiler understands. Tokenization is the very first thing that the compiler does when starting to process a source code file. There are...