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