lua-users home
lua-l archive

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


Alternatively store the results on line 14 as

solutions[#solutions+1] = char

and display the results as

for s=1,#solutions do
   print(solutions[s])
end