Suppressor.jl
Suppressor.jl copied to clipboard
Update README.md
using local x
, then introducing the suppression code block does not make x
available outside the scope of the suppression block. Initializing x
to anything before the code block, then re-defining its value within the code block, does allow make its updated value available outside the scope of the suppression block.