|
|
|
|
|
by pjmlp
525 days ago
|
|
That was inherited from UCSD Pascal, and also incorporated into ISO Extended Pascal, which was supposed to be a more industry friendly revision of ISO Pascal, but by then Object Pascal was the de facto standard. Modula-2 modules are based on Xerox Mesa, and do have split sections, as does Ada. Additionally, Modula-2 and Ada modules/packages have a powerful feature that is seldom used, multiple interfaces for the same module implementation, this allows to customise the consume of a module depending on the customer code. |
|