for.each: Apply f to the successive elements of .

Description Usage Arguments Value

Description

Apply f to the successive elements of ....

Usage

1

Arguments

f

the function to apply, whose arity should match the cardinality of ...

...

lists upon which to apply f successively

Value

NULL


lisp documentation built on May 2, 2019, 4:45 p.m.

Related to for.each in lisp...