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