Apply a callback to an array: Difference between revisions

m
Unicon/Icon consistency 2
m (Unicon/Icon consistency)
m (Unicon/Icon consistency 2)
Line 1,135:
( Add 1 to each item in the array )
a 5 [ 1 + ] map-array</lang>
 
=={{header|Unicon}}==
See [[#Icon|Icon]].
 
=={{header|Ursala}}==
Anonymous user