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

[REBOL] Maplist?

From: dness:home at: 8-Sep-2001 16:54

I've look thru the documentation, but haven't had the answer to a very simple question jump out at me yet. Question: What converts ["123" "45667"] to [123 45667] or generalizing: How do I generate the block that is the result of applying some function to each element of an existing block (the classical Lisp `Maplist') function; perhaps more importantly, what documentation should I look at that would point me in the direction to solutions to this class of problems...