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