Blackhole variable #401
Closed
Blackhole variable #401
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
It would be useful to have a "blackhole" variable that wouldn't store anything.
For example to pop the first value of array
_ @arr = $@arr
,or a
try { } except _ { }
where we don't do anything with the exceptionThe text was updated successfully, but these errors were encountered: