April 2017
Intermediate to advanced
706 pages
17h 8m
English
Assignment is represented with a colon followed by an equal sign, the combination being treated as a single symbol. The evaluated value of the expression, to the right of the assignment symbol, is assigned to the variable on the left side, as shown in the following line of code:
"Phone No." := '312-555-1212';
All statements are terminated with a semicolon. Multiple statements can be placed on a single program line, but that makes the code hard for others to read.
Fully qualified data fields are prefaced with the name of the record variable of which they are a part (see the preceding code line as an example where the record variable is named Phone No.). The same structure applies to fully qualified function references; ...
Read now
Unlock full access