Hi Joel,

On Saturday, August 17, 2002, 9:15:48 PM, you wrote:

JN> What's even more interesting is the following:

JN>     >> type? garbage:"trash"
JN>     == string!

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.)

>> a:"String"
== "String"
>> a
== "String"
>> a:[block]
== [block]
>> a
== [block]
>> print"string"
string
>> print[a]
block

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.

Reply via email to