Description: This function constructs a Directed Acyclic Graph (DAG - an internal function representation).
Warning: For use by advanced programmers only. Irrevocable alteration of your application may occur.
Returns: Nothing
Usage: Script
Format: MakeDag(Opcode, Parms)
Parameters: Opcode { numeric } { required } { no default }
Any numeric expression for the opcode of the DAG to construct.
Parms { numeric } { required } { no default }
Any numeric expression that indicates the number of additional parameters to be included in the new DAG. This is normally 0, except in cases such as a new FWrite DAG.
Comments: This function constructs a Directed Acyclic Graph (an internal function representation). This may be used to build up a function or statement without compiling. This is only intended to be used to define a new VTS code syntax.