Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Explain please

From: al:bri:xtra at: 19-Aug-2002 16:47

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/