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