Skip to content

Instantly share code, notes, and snippets.

@robrix
Created February 17, 2015 02:59
Show Gist options
  • Select an option

  • Save robrix/a9427ae470b8d7c513b2 to your computer and use it in GitHub Desktop.

Select an option

Save robrix/a9427ae470b8d7c513b2 to your computer and use it in GitHub Desktop.
The truth table for logical conjunction (&&)
a b a && b
πŸ‘Ž πŸ‘Ž πŸ‘Ž
πŸ‘ πŸ‘Ž πŸ‘Ž
πŸ‘Ž πŸ‘ πŸ‘Ž
πŸ‘ πŸ‘ πŸ‘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment