Skip to content

Instantly share code, notes, and snippets.

@ildede
Created March 31, 2020 16:43
Show Gist options
  • Save ildede/24c39993b8dd3bc05d5da67595a84a9a to your computer and use it in GitHub Desktop.
Save ildede/24c39993b8dd3bc05d5da67595a84a9a to your computer and use it in GitHub Desktop.
Check if "person" is old.
if (person.sex == "woman" && person.superpowers.contains("Find everithing")) {
return "Yes, this person is old";
} else {
return "No, this person is still young";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment