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: carl:cybercraft at: 8-Sep-2001 11:06

On 08-Sep-01, Carl Read wrote:
>> Does it matter to experts very much if you use: >> either all [(ch >= #"A") (ch <= #"Z")] >> [return true] >> [return false] >> versus: >> return either all [(ch >= #"A") (ch <= #"Z")][true][false] >> verus: >> all [(ch >= #"A") (ch <= #"Z")] > I much prefer the latter, which is the most clear in my opinion as > you have all of it (no pun intended:) in the longer versions and so > need to understand regardless to fully understand any of the > versions.
Err, please ignore the style, or lack of any, in that sentence. (: -- Carl Read