Function Assign Structure
The function assign structure is an array. The first element of the array is 
the name of the function. The remaining elements of the array are the 
parameters to the function, represented as hash references to 
Assign Structures.
(functionName, parameter1, parameter2, ... parameterN)
Note: functionName is a string. parameterX is a hash reference to 
an Assign Structure. 
 Back to Table of Contents
 Back to Table of Contents