Hi Robert,

The parse break example runs for me.

However

    type? AND #{00} #{00}

is a problem. :^(

I also feel that BUILD-MARKUP should be able to accept a block as input. It
feels limiting that code inside <%...%>  will only be bound to the global
context.

Brett.

----- Original Message -----
From: "Robert M. Muench" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 03, 2002 6:42 PM
Subject: [REBOL] Re: REBOL/Core 2.5.3 Released


> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > On Behalf Of Carl at REBOL
> > Sent: Saturday, August 03, 2002 6:08 AM
> > To: [EMAIL PROTECTED]
> > Subject: [REBOL] REBOL/Core 2.5.3 Released
>
> Hi, this one from the changes.html fails:
>
> ebol[]
>
> item: "this is a word with abc at the end."
>
> parse item [
>     any [
>         "word" (print "got word")
>         | copy value [to "abc" | to end]
>             (print value) break
>     ]
> ]
>
> ** Script Error: Invalid argument: ?native?
> ** Where: do-boot
> ** Near: parse item [
>     any [
>         "word" (print "got word")
>         | copy value [to "abc" | to end]
>         (print value) break
>     ]
> ]
>
> Robert
>
>
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
>

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to