[ library(apply_macros) | The ECLiPSe Libraries | Reference Manual | Alphabetic Index ]

selectlist(+Pred, +ListIn, ?ListOut)

Creates output list of all list elements that pass a given test

Examples

selectlist(<(0), [1,0,-2,3], [1,3]).