Apply a callback to an array: Difference between revisions

Content added Content deleted
No edit summary
Line 374: Line 374:
<lang rebol>arr: [1 2 3 4 5]
<lang rebol>arr: [1 2 3 4 5]


print map arr => [2*]</lang>
print map arr => [2*&]</lang>
{{out}}
{{out}}