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