Skip to content

Instantly share code, notes, and snippets.

@ruprict
Created June 17, 2012 12:49
Show Gist options
  • Select an option

  • Save ruprict/2944479 to your computer and use it in GitHub Desktop.

Select an option

Save ruprict/2944479 to your computer and use it in GitHub Desktop.
switch food
when "fish" then cook bake
when "steak" then cook grill
when "french fries" then cook fry
when "sashimi" then cook none
when "apple"
if appleSeason is true
cook none
else
cook bake
when "water" then cook boil
else cook pan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment