From the NannyMUD documentation
2000-12-14
NAME allocate - Create an array of n elements. SYNTAX mixed *allocate(int n); DESCRIPTION This function returns an empty array of `n' elements. All values in the array are initialized to 0.
allocate - Create an array of n elements.
mixed *allocate(int n);
This function returns an empty array of `n' elements. All values in the array are initialized to 0.