Is there a function a function like xrange (of Python) in Lua, so I can do something like this:
for i in xrange(10) do
print(i)
end
It's different from that other question, because he is looking for a condition tester, but I'm not looking for a condition tester.