* The following lines are invalid. * This line is valid within this module but when this * module is bound with module EXP_IMP0, the binder will * produce an error because of the double export * declaration of Var1. d Var1 S 5p 0 Export * * This line is invalid because an imported variable * cannot be initialized. Because the variable declared * below is imported, its associated storage exists in * another module (the module that EXPORTed it) and * therefore can only be initialized in that module. * This line will not pass the SEU syntax checker. d Var1 S 5p 0 Import Inz(3)