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

[REBOL] parse oddity

From: fantam::mailandnews::com at: 23-Mar-2001 21:54

Hello, Is the following behavior expected?
>> parse "html" ["html" | "htm"]
== true and
>> parse "html" ["htm" | "html"]
== false (the above is what bothers me) while:
>> parse "htm" ["html" | "htm"]
== true and
>> parse "htm" ["htm" | "html"]
== true thanks in advance, fantam