[REBOL] reduce second [one two]
From: gchillemi:aliceposta:it at: 14-Jan-2009 0:52
Hello, I tought it was a bug but it seems a feature: Whith the following script two: 2 probe reduce second [one two] I get "TWO" as result when I expected "2". An user told me that "second [one two]" returns 'TWO instead of TWO. I do I get TWO and have it reduced to "2" ? Giuseppe Chillemi