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