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