lua-users home
lua-l archive

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


> So maybe this is better:
> 
> 
> for count = 1, math.huge do

and this should be "while true do" ...