I think that Anton's suggestion is really great. If we're voting, this is my "YES!" vote. Andrew Martin ICQ: 26227169 http://valley.150m.com/ -><-
----- Original Message ----- From: "Anton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 3:35 AM Subject: [REBOL] path evaluation feature request > Hello rebols, > > Is this a bad feature request? > > Would it be good if a path such as this: > > case: true > find/match/:case file "key" > > would be the equivalent of this: > > find/match/case file "key" > > and > > case: none > find/match/:case file "key" > > would be the equivalent of this: > > find/match file "key" > > The case refinement having been swallowed up. > Then you could avoid code like this: > > either case [ > find/any/match/tail/case ... > ][ > find/any/match/tail ... > ] > > ?? > > Anton. > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. > -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
