KCML_Compile_Program

Purpose

Compile code in src$ to output buffer dst$.

Definition

DEFSUB 'KCML_Compile_Program(BYREF src$, BYREF dst$, bCompile, BYREF err$) AS Bool

Parameters

srcBuffer containing code to be compiled
dstBuffer to receive compiled byte code or decompiled source code
bCompileTRUE to produce binary code, FALSE to produce source code
errBuffer receive error message upon failure

Return

Returns TRUE if the code was successfully compiled.

Description

Allows an application routine to be called when entering or leaving a WHILE TRANS block.

See also

Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.