Next: coot-gui, Previous: quat-convert, Up: Scheme Scripting Functions
Basic scheme function, filter the objects in list ls by function fn. e.g. (filter even? (list 0 1 2 3) -> '(0 2)