Apply a callback to an array: Difference between revisions

(→‎{{header|Lua}}: Added note on difference between the way that Lua treats hash-table and arrays.)
Line 180:
array[3] = 4
 
=={{header|C sharp|C#}}==
{{works with|C sharp|C#|2.0+}}
 
506

edits