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

[REBOL] Re: Is this bug in parse funtion?

From: robert:muench:robertmuench at: 30-May-2003 17:02

> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]] > On Behalf Of rebOldes > Sent: Tuesday, May 27, 2003 2:17 PM > To: [rebol-list--rebol--com] > Subject: [REBOL] Is this bug in parse funtion? > just wondering if this is how SKIP should work in the parse > function:
Hi, try parse/all otherwise spaces will be skiped for strings. Robert