Skip to content

Instantly share code, notes, and snippets.

@lucamug
Created January 20, 2021 13:06
Show Gist options
  • Save lucamug/eaddc29c2b268e12a322771cbe15b8e9 to your computer and use it in GitHub Desktop.
Save lucamug/eaddc29c2b268e12a322771cbe15b8e9 to your computer and use it in GitHub Desktop.
if (isFish(pet)) {
pet.swim();
} else {
pet.fly();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment