Suppressor.jl icon indicating copy to clipboard operation
Suppressor.jl copied to clipboard

Update README.md

Open nickbrady opened this issue 1 year ago • 1 comments

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.

nickbrady avatar Jan 26 '24 18:01 nickbrady