User Tools

Site Tools


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

Statement Format

Declaration and Statement Labels

Structure Termination

Field Qualification

Reserved Words

Special Characters

Program Format

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

PROCEDURE Prototypes

Prototype Syntax

Prototype Parameter Lists

PROCEDURE Return Types

Prototype Attributes

C, PASCAL (parameter passing conventions)

DLL (set procedure defined externally in .DLL)

NAME (set prototype's external name)

PRIVATE (set procedure private to a CLASS or module)

PROC (set function called as procedure without warnings)

PROTECTED (set procedure private to a CLASS or derived CLASS)

RAW (pass address only)

REPLACE (set replacement constructor or destructor)

TYPE (specify PROCEDURE type definition)

VIRTUAL (set virtual method)

Procedure Overloading

Rules for Procedure Overloading

Name Mangling and C++ Compatibility

Compiler Directives

ASSERT (set assumption for debugging)

BEGIN (define code structure)

COMPILE (specify source to compile)

EQUATE (assign label)

INCLUDE (compile code in another file)

ITEMIZE (enumeration data structure)

OMIT (specify source not to be compiled)

ONCE (prevent duplicate included data)

SECTION (specify source code section)

SIZE (memory size in bytes)

program_source_code_format.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1