N
AME
aggregate_array
- build an array from the stack
S
YNTAX
#include "array.h"
struct array *aggregate_array(INT32 num)
D
ESCRIPTION
This pops 'num' args off the stack an puts them in an array. The 'top' of the stack will be the last element in the array.
K
EYWORDS
array
S
EE
A
LSO
check_stack, push_array_items