Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thekindofme/5411337 to your computer and use it in GitHub Desktop.
Save thekindofme/5411337 to your computer and use it in GitHub Desktop.
if condition1
if condition2
do1
else
do2
end
else
if condition2
do3
else
do4
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment