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

[REBOL] Parse question

From: kpeters:vu-ware at: 30-Jul-2005 18:14

Arghh -= that was ugly! Let's try this again: Hi Parsers ~ why does parse below not return= true? Thanks, Kai  >> st: "Kai was= here" == "Kai was here" >> parse/all st [ thru "ai"= copy chunkto "here" ] == false >> probe chunk " was " == " was " >>