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