Skip to content

Instantly share code, notes, and snippets.

@rightfold
Last active August 29, 2015 14:06
Show Gist options
  • Save rightfold/acd33cde4d1812ec7fcf to your computer and use it in GitHub Desktop.
Save rightfold/acd33cde4d1812ec7fcf to your computer and use it in GitHub Desktop.
// from
v1 = a
v2 = not v1
v3 = b
v4 = not v3
v5 = and v2 v4
// to
v1 = a
v3 = b
v6 = or v1 v3
v5 = not v6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment