* Finish updating * a couple improvements * Update renames * cleanup examples
Skip elements of the input while a predicate is true.
> skip while (predicate)
predicate
Skip while the element is negative
> echo [-2 0 2 -1] | skip while $it < 0