Table of Contents

TatScriptInfo.DeclareRoutine Method

Adds a new routine to the script info Routines collection. Do not call this method directly; it is used internally by the compiler.

Syntax

Unit: atScript

function TatScriptInfo.DeclareRoutine(AName: string; ADeclInst: pSimplifiedCode; AIsFunction: Boolean): TatRoutineInfo;

Parameters

<-> Parameter Type Description
AName string
ADeclInst pSimplifiedCode
AIsFunction Boolean

See also