Hi Patrick,

>>> to-block "(foo"
PPln> ** Syntax Error: Missing ) at end-of-script
PPln> ** Near: (line 1) (foo

PPln> It seems like a bug to me.

Not a bug. REBOL needs to convert the data to valid REBOL values,
which (foo isn't.

This comes up from time to time, but it's just a distinction we need
to acknowledge; there are times when we'll need to use string parsing,
rather than block parsing, even though it's more effort.

-- Gregg                         

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to