April 2017
Intermediate to advanced
706 pages
17h 8m
English
As we have just discussed the BEGIN-END compound statements and the IF conditional statements, which also are compound (that is, containing multiple expressions), this seems a good time to discuss indenting code.
In C/AL, the standard practice for indenting subordinate, contained, or continued lines is relatively simple. Always indent such lines by two characters, except where there are left and right parentheses to be aligned.
In the following examples, the parentheses are not required in all the instances, ...
Read now
Unlock full access