lua-users home
lua-l archive

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


http://dada.perl.it/shootout/ary3.lua5.html (line 10)
...
x[i] = i + 1
 should be
x[i] = i
...