The following function doesn't update x when called

function v(x)
x = x + 1
return
end

Reply via email to