Sets the size of the segment to be used by the expand function
(alloc n-alloc)
Arguments
An integer indicating the amount of memory to be allocated. The integer represents the number of symbols, strings, usubrs, reals, and cons cells.
Return Values
The previous setting of n-alloc.
Examples
_$ (alloc 100)
1000
The expand function.