filter

Name

filter -- Return a list of those elements of L for which PRED is true.

Synopsis

(filter pred l)

Description

Return a list of those elements of L for which PRED is true. The elements appear in the result list in the same order in which they appeared in L.

Implementation Notes

Module: (app scwm listops)

Defined in scheme/listops.scm at line 84 (CVS log)