source files: x01v.[ch] xflv.[ch] x32v.[ch] xcsy.[ch] xgrl.[ch]
SYNTAX
(SEND <ary> :DELETE [ :START <fixnum> ] [ :END <fixnum> ])
DESCRIPTION
The given <ary> must be one-dimensional.
Removes from the array all values starting at the
given :START value (default zero) up to but
not including the given :END value (default
array size, or fill-pointer if set) by sliding
down any subsequent values to fill the gap and
then setting the fillpointer to reflect the
deletion: The actual length of the array is not
changed.