RosettaCodeData/Task/Apply-a-callback-to-an-array/00-TASK.txt

5 lines
87 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;Task:
Take a combined set of elements and apply a function to each element.
<br><br>