Skip to content

Instantly share code, notes, and snippets.

@nburkley
Created March 9, 2018 16:56
Show Gist options
  • Save nburkley/74e02fab4373fe283f5b469f63970e66 to your computer and use it in GitHub Desktop.
Save nburkley/74e02fab4373fe283f5b469f63970e66 to your computer and use it in GitHub Desktop.
Multiple matches for when
case testvalue do
n when n in [200, 400] ->
true
_ ->
false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment