Skip to content

Instantly share code, notes, and snippets.

@xmanemran
Created January 29, 2020 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xmanemran/029d7ba83736307b7d0fe32e83b7d283 to your computer and use it in GitHub Desktop.
Save xmanemran/029d7ba83736307b7d0fe32e83b7d283 to your computer and use it in GitHub Desktop.
//===[]===[]====[]=====[]=====[]=====[]=====[]======\\
|| p || q || ¬p || p∧q || p∨q || p⊕q || p→q || p↔︎q ||
|]===[]===[]====[]=====[]=====[]=====[]=====[]======[|
|| T || T || F || T || T || F || T || T ||
|| T || F || F || F || T || T || F || F ||
|| F || T || T || F || T || T || T || F ||
|| F || F || T || F || F || F || T || T ||
\\===[]===[]====[]=====[]=====[]=====[]=====[]======//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment