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

[REBOL] Re: A hard question

From: rebol:techscribe at: 3-Feb-2001 19:52

Hi Ladislav, looks like fun. What if we upgrade Larry's function as follows? hard: func [x y][ if error? set/any 'error try [ do reduce [x first y] ][ return :error ] ] That solves the problem at hand. I'm curious where this will take us? Take Care, Elan Ladislav Mecir wrote: