bennyxqg / lua-alchemy

Automatically exported from code.google.com/p/lua-alchemy
0 stars 0 forks source link

It should be possible to use a function pointer AS3 code as an iterator in for loop #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
for item in myas3obj:iter() do
  -- something
end

Original issue reported on code.google.com by aglad...@gmail.com on 24 Mar 2011 at 10:00

GoogleCodeExporter commented 9 years ago
Fixed in 0.2.3-rc

Original comment by aglad...@gmail.com on 17 Apr 2011 at 6:54