Hi Anton, On Monday, May 20, 2002, 12:03:11 PM, you wrote:
A> >> append %aaa/ 'bbb/ccc A> == %aaa/bbbccc A> What happened to the slash ? It is actually the same as: >> append %aaa/ [bbb ccc] == %aaa/bbbccc Maybe you intended: >> append %aaa/ %bbb/ccc == %aaa/bbb/ccc 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.
