Apply a callback to an array: Difference between revisions

m
→‎{{header|Ada}}: added code highlighting
m (→‎{{header|Ada}}: added code highlighting)
Line 2:
=={{header|Ada}}==
{{works with|GNAT|GPL 2005}}
<ada>with Ada.Text_Io;
with Ada.Integer_text_IO;
Line 38:
begin
Map(Sample, Display'access);
end Call_Back_Example;</ada>
 
=={{header|ALGOL 68}}==
Anonymous user