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

no edit summary
No edit summary
Line 26:
:The task description needs to be changed. A lot of the code found here would be better placed in [[Loop Structures]]--but that task is currently being reconstructed by [[User:Marshmallows|Marshmallows]], so the task rewrite and review should probably wait until Marshmallows is done. At that point, though, this task should probably also be given a clearer name. I was thinking [[Apply a callback to members of a collection]]. But that might be too verbose. Thoughts? --[[User:Short Circuit|Short Circuit]] 23:30, 10 April 2008 (MDT)
As I understand it: A callback is characterized by passing executable code as an argument to other code. Anonymity is characterized by the absence of binding between a function and a name. --[[User:TBH|TBH]] 12:39, 18 January 2008 (MST)
 
== VB.NET ==
 
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.
Anonymous user