lua-users home
lua-l archive

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


> In Chapter 2, page 18, third sample code.
> 
> I think the variable "lim" should be initialized as:
> lim = 100000
> instead of
> lim = 10000
> 
> Just an extra zero :-)

Many thanks!

-- Roberto