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