Conditions
Conditions are introduced with IF. Three arguments are required: condition and respective branches if the condition is true or false. The arguments are separated by a comma (caution: the decimal separator in PP is the period!). The true/false branches can be nested with (currently) a maximum of 7 additional conditions