Talk:Closures/Value capture: Difference between revisions

m
What happens if the list is as follows?: a(), b(), a()
(→‎Proposed task tweak: modified task)
m (What happens if the list is as follows?: a(), b(), a())
Line 23:
: Okay by me too. --[[User:TimToady|TimToady]] 20:48, 21 July 2011 (UTC)
:: I went ahead and changed it. Also changed the index requirement to 1-based, because to me that feels more language-neutral somehow. --[[User:Ledrug|Ledrug]] 01:19, 22 July 2011 (UTC)
 
What happens if the list is as follows?: a(), b(), a(),
::Should the first a() give 1, b() give 2, and the second a() give 3? [[User:Markhobley|Markhobley]] 13:42, 22 July 2011 (UTC)