Order of evaluation of actual-parameters for function calls

6.7.3 The order of evaluation, accessing, and binding of the actual-parameters of a function-designator is implementation-dependent.

In other words, the order in which the actual parameters are evaluated and passed to the formal parameters during a functions call is implementation-dependent.

Irie Pascal evaluates and passes actual parameters from left to right.