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