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