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