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

[REBOL] Re: can't quite get it right...

From: allenk:powerup:au at: 8-Sep-2001 17:51

> a bit more than the vanilla option three preceding. > Unfortunately, there are situations in which a LOGIC! value > is expected -- which ALL may not supply -- so one may have > to resort to saying > > to-logic all [#"A" <= ch ch <= #"Z"]
In this case I would prefer to use found? all [#"A" <= ch ch <= #"Z"] as (IMHO) "found?" signals the intention of the function better than to-logic Cheers, Allen K