REBOL3 tracker
  0.9.12 beta
Ticket #0001878 User: anonymous

Project:

Previous Next
rss
TypeWish Statusreviewed Date13-Apr-2011 09:31
Versionalpha 112 CategoryNative Submitted byGHigley
PlatformAll Severitytweak Prioritylow

Summary MAP-EACH should be able to take any series as its DATA argument
Description I realize MAP-EACH returns a block (and it should still do so), but it would be nice if it could take any series as the DATA argument instead of just block and vector.
Example code
>> map-each digit to string! 3456 [to integer! to string! digit]
== [3 4 5 6]


Assigned ton/a Fixed in- Last Update5-Mar-2014 09:17


Comments

Date User Field Action Change
5-Mar-2014 09:17 BrianH Code Modified -
5-Mar-2014 09:17 BrianH Status Modified submitted => reviewed
13-Apr-2011 09:31 GHigley Ticket Added -