Gabriele wrote:
> It probably looks like a bug, but actually is just that REBOL does not
(currently) require white space before ", {, [ and (. (I could be forgetting
other cases.)You're right in that respect (I had forgotten about that), but I feel that a set-word should require at least one whitespace after the colon. Otherwise there's this problem: >> x:"Hello!" == "Hello!" Works OK with string! values, now try a integer! value: >> x:123 == x:123 >> x == "Hello!" Hmmmm... >> type? x:123 == url! >> type? x:"Hello!" == string! Andrew Martin ICQ: 26227169 http://valley.150m.com/ -><- -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
