CL Programming

Module

Module is the object that results from compiling source. A module must be bound into a program to run.

A CL module consists of two parts: A user-written procedure, and a program entry procedure that is generated by the CL compiler. In other HLL (for example, C), a single module may contain multiple user-written procedures.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]