6.7.3 The order of evaluation, accessing, and binding of the actual-parameters of a procedure-statement is implementation-dependent.
In other words, the order in which the actual parameters are evaluated and passed to the formal parameters during a procedure call is implementation-dependent.
Irie Pascal evaluates and passes actual-parameters from left to right.