Skip to content

Instantly share code, notes, and snippets.

@andrewschaaf
Created January 8, 2011 16:58
Show Gist options
  • Save andrewschaaf/770985 to your computer and use it in GitHub Desktop.
Save andrewschaaf/770985 to your computer and use it in GitHub Desktop.
1 if x
2 else if y
3 else if z

-->

if x
  1
else if y
  2
else if z
  3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment