Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: REBOL/Core 2.5.3 Released

From: robert:muench:robertmuench at: 3-Aug-2002 10:42

> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]] > On Behalf Of Carl at REBOL > Sent: Saturday, August 03, 2002 6:08 AM > To: [rebol-list--rebol--com] > 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