Skip to content

Instantly share code, notes, and snippets.

@truthadjustr
Created August 4, 2018 14:09
Show Gist options
  • Save truthadjustr/4394d1fe08ff44d02bebd71cfb15fa0a to your computer and use it in GitHub Desktop.
Save truthadjustr/4394d1fe08ff44d02bebd71cfb15fa0a to your computer and use it in GitHub Desktop.
classify
classify age = case age of 0 -> "newborn"
1 -> "infant"
2 -> "toddler"
_ -> "senior citizen"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment