- (array-for-each PROC [ARR0 ...])procedure
PROC is applied to each tuple of elements of ARR0, ... in row-major order. The value returned is unspecified.
PROC is applied to each tuple of elements of ARR0, ... in row-major order. The value returned is unspecified.