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