Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS 

drop-highest - remove the highest value from a series

drop-highest: func [block] [head remove maximum-of block]

drop-lowest - remove the lowest value from a series

drop-lowest:  func [block] [head remove minimum-of block]
« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS