[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