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