Apply a callback to an array: Difference between revisions

Add NGS implementation
(Add NGS implementation)
Line 1,655:
(1 4 9 16)
</lang>
 
=={{header|NGS}}==
<lang NGS>{
[1, 2, 3, 4, 5].map(F(x) x*x)
}</lang>
 
=={{header|Nial}}==
Anonymous user