(filter pred l)
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.
Module: (app scwm listops)
Defined in scheme/listops.scm at line 84 (CVS log)