[REBOL] Re: sort/skip
From: greggirwin::mindspring::com at: 12-Nov-2001 13:51
Hi Jim, I'm not sure what the issue might be, but sort/skip works in at least a simple case.>> sort/skip [6 5 4 3 2 1] 2== [2 1 4 3 6 5] What does the data look like when you pass it to sort? --Gregg