On Tuesday 13 January 2009, Giuseppe Chillemi wrote: > probe reduce second [one two]
I've never used 'reduce on a "singleton" value, which is what you are doing here: (evaluating right to left) >> second [one two] == two ;; get the value >> probe get reduce second[one two] 2 == 2 Is this what you are after? cheers tim -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
