Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: warn about reassigning _ in REPL
When users assign a value to `_` in REPL, it is prone to unexpected results or messing up with REPL's internals. For example, #3704. This patch issues a warning about the same.
- Loading branch information