Skip to content

Instantly share code, notes, and snippets.

@steveklabnik
Created July 4, 2014 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steveklabnik/fc93750a7298717a2180 to your computer and use it in GitHub Desktop.
Save steveklabnik/fc93750a7298717a2180 to your computer and use it in GitHub Desktop.
match x {
x < 5 => ...,
x % 2 => ...,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment