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