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