[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
export foo = all; |
`all' is a predefined export interface for Extended Pascal modules. You can use it to export all identifiers declared in an interface module automatically.
`All' is a GNU extension.
program AllDemo; |
module AllModule interface; |
section 8.1.8.1 The Source Structure of ISO-10206 Extended Pascal Modules.