Prerequisites for Compilation
To be compiled, an application program must meet the following requirements: The program can not include commands that assign values to macros such as let =’Employees’. The program cannot call local macros (i.e., to ). The program can call global macros (i.e., ), but the compiled version uses the value of the macro as it…
Leia mais