metaeducation / rebol-issues

6 stars 1 forks source link

MAP does not work with vector! #464

Open rebolbot opened 16 years ago

rebolbot commented 16 years ago

Submitted by: rebolek

bc.. >> v: make vector! [+ integer! 16 100] == vector!

p.

bc.. >> map w v [w] \ Script error: map does not allow vector! for its data argument

p.

CC - Data [ Version: alpha 31 Type: Bug Platform: All Category: n/a Reproduce: Always Fixed-in:alpha 51 ]

rebolbot commented 15 years ago

Submitted by: BrianH

Note: MAP still returns a block. You will need to convert the result into a vector if such is your intention.