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