alloc()
Alloc()
=
Alloc
Specification: Returns a new array a with n slots. The contents of the slots are undefined.
Constraints: It is illegal to call Alloc with n < 0.