Fix underscore handling in nested pipes and non-function receivers #55
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "change-underscore"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This changes the way we do
_so it's a real variable set with the result of the preceding piped expression, letting us use it in nested expressions.Also enables piping to array literals and parenthesized expressions (e.g.,
5 | [_ _ _]).