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

[REBOL] Simple Parse query

From: philb::upnaway::com at: 23-Jul-2001 15:21

Hi all, I have a very simple parse query .... consider the following : from the console I type a: { a b c "d e f g} print parse a " " the output I get is ["a" "b" "c" "d e f g"] its as though Rebol is assuming the unclosed quote should be closed at the end of the string. Is this a bug or me not understanding how parse works? Cheers Phil