[top] [prev] [next]

Initialization

The order of execution of the modules in a program is constrained by the following rule:

If module M depends on module N and N does not depend on M, then N's body will be executed before M's body, where:

Except for this constraint, the order of execution is implementation-dependent.

[top] [prev] [next]


[Modula-3 home page]

m3-request@src.dec.com
Last modified on Tue Oct  3 17:26:49 PDT 1995 by heydon
     modified on Mon Apr 18 13:28:21 PDT 1994 by kalsow