Skip to content

Show multiple @case expressions in the @switch docs #178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jariji opened this issue Feb 10, 2024 · 0 comments
Open

Show multiple @case expressions in the @switch docs #178

jariji opened this issue Feb 10, 2024 · 0 comments

Comments

@jariji
Copy link
Contributor

jariji commented Feb 10, 2024

julia> @switch x begin
       @case (var, _)
           println(var)
       end

doesn't really give the whole picture.

https://thautwarm.github.io/MLStyle.jl/latest/syntax/switch.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant