lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 11/27/2010 12:36 PM, Valerio Schiavoni wrote:
It's available here:

http://syntensity.com/static/lua.html


do local a=1 for b in function(_,c)a,c=c,c+a return c end,a,0 do print(b) if b>1000 then break end end end

/bin/this.program: (error object is not a string)

--
- tom
telliamed@whoopdedo.org