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