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