-
-
Couldn't load subscription status.
- Fork 81
Open
Description
Similar to what was noted in #40 (comment),
julia> @capture :(myvariable = 2) (lhs_Symbol = rhs_)
true
julia> @capture :(myvariable = 2) (lhs_Symbol = rhs_) | someotherpat
false
julia> @capture :(myvariable = 2) (lhs_ = rhs_) | someotherpat
trueThe second match should be true as well.
Jollywatt
Metadata
Metadata
Assignees
Labels
No labels