ref: b37ab4e0f47cd7cee1e6f87ecdedf4cc4690d55c dir: /lua/test/echo.lua/
-- echo command line arguments for i=0,table.getn(arg) do print(i,arg[i]) end