Talk:Apply a callback to an array: Difference between revisions

(Specify the task!)
(→‎Problem Definition: new section)
Line 33:
 
I removed the VB code because it doesn't work. Console.WriteLine doesn't return a value, and this cannot be used as an anonymous function.
 
== Problem Definition ==
 
Looking at the early history of this task, it seems that by "array" it is intended that "ordered sequence of values" be used and that "callback" means "run a bit of code" or maybe "apply a lambda term". Moreover, it's also clear that there is no need to update the sequence of values with the results of applying the lambda to each value. –[[User:Dkf|Donal Fellows]] 10:33, 4 January 2010 (UTC)
Anonymous user