Hi Jason, On Sunday, May 05, 2002, 6:15:42 PM, you wrote:
JC> any ideas? >> test: tail "abcde" == "" >> test/-2 == #"d" also: >> test: head test == "abcde" >> pick tail test -2 == #"d" Picking a range means copying, so it's better to have that done explicitly instead of implicitly. Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
