Hi List,
As I was testing my parse function, I have found an annoying problem
with to-block! is this a bug ? how to workaround it ?
My function use teh following line
remove-each w bs [not parse to-block w [url!]]
And it comes that to-block do not like parens. See
>> to-block "(right"
** Syntax Error: Missing ) at end-of-script
** Near: (line 1) (right
So there is some kind of evaluation
here. On the other hand, this is ok.
>> to-block "(right)"
== [(right)]
This is really bothering me, when Rebol is not fun at all :(
Ideas and workaround appreciated.
--
Ciao
Patrick
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.