Skip to content

Instantly share code, notes, and snippets.

@jonvuri
Created January 3, 2013 23:00
Show Gist options
  • Save jonvuri/4448296 to your computer and use it in GitHub Desktop.
Save jonvuri/4448296 to your computer and use it in GitHub Desktop.
if (x > y)
return A
else if (between(y, z)(x))
return B
else if (between(d, e)(x))
return C
else if (x > f)
return D
else
return null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment