Navigation:  Language Reference > 2 - Program Source Code Format > Program Format >====== Program Format ====== Previous pageReturn to chapter overviewNext page

PROGRAM (declare a program)

MEMBER (identify member source file)

MAP (declare PROCEDURE prototypes)

MODULE (specify MEMBER source file)

PROCEDURE (define a procedure)

CODE (begin executable statements)

DATA (begin routine local data section)

ROUTINE (declare local subroutine)

END (terminate a structure)

Statement Execution Sequence

PROCEDURE Calls