Select
Usage
• Select[list, crit] picks out all elements of list for which crit[ ] is True. • Select[list, crit, n] picks out the first n elements for which crit[ ] is True.
Notes
• The object list can have any head, not necessarily List. • New in Version 1.
|