From the NannyMUD documentation

LAST CHANGE

2000-12-14

FUNCTION


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.