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