Oldes / Rebol-wishes

Repository for keeping Rebol related wishes out of issues
0 stars 0 forks source link

MAP-EACH should be able to take any series as its DATA argument #50

Open Siskin-Bot opened 4 years ago

Siskin-Bot commented 4 years ago

Submitted by: GHigley

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.

>> map-each digit to string! 3456 [to integer! to string! digit]
== [3 4 5 6]

Imported from: CureCode [ Version: alpha 112 Type: Wish Platform: All Category: Native Reproduce: Always Fixed-in:none ] Imported from: https://github.com/rebol/rebol-issues/issues/1878

Comments:


Rebolbot added the Type.wish on Jan 12, 2016