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