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