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