Skip to content

Instantly share code, notes, and snippets.

@nddrylliog
Created February 3, 2010 22:33
Show Gist options
  • Save nddrylliog/294113 to your computer and use it in GitHub Desktop.
Save nddrylliog/294113 to your computer and use it in GitHub Desktop.
Color: enum { red, green, blue }
c: Color
match(c) {
case red =>
case green =>
case blue =>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment