Apply a callback to an array: Difference between revisions

Content added Content deleted
(→‎[[Tcl]]: ->syntax)
Line 1: Line 1:
{{task}}
{{task}}
== [[Ada]] ==
== [[Ada]] ==
[[Category:Ada]]
[[Category:Ada]]
'''Tested With:'''
'''Tested With:'''
* [[Gnat GPL 2005]]
* [[Gnat GPL 2005]]
Line 43: Line 43:
Map(Sample, Display'access);
Map(Sample, Display'access);
end Call_Back_Example;
end Call_Back_Example;





==[[C]]==
==[[C]]==