[REBOL] Re: Rebol interpreter bug with comparison of dates
From: al:bri:xtra at: 4-Dec-2002 17:07
Jan wrote:> >> sort/compare [1 3 11 2] (func[x y][x > y]) > == [11 3 2 1]Just a helpful hint: One doesn't need to use parenthesis around the func and it's two blocks. So:>> sort/compare [1 3 11 2] func[x y][x > y]== [11 3 2 1] :) Andrew Martin ICQ: 26227169 http://valley.150m.com/