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

[REBOL] Re: a new switch-like flow-control function

From: antonr:iinet:au at: 21-Dec-2003 14:35

Actually, I will change it to your suggestion for this situation, because with only two/three cases to select from, it is more efficient code. do select reduce [...] is only better in code-size for > ~8 cases. Anton.