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