Skip to content

Instantly share code, notes, and snippets.

@daxxog
Created February 18, 2020 16:31
Show Gist options
  • Save daxxog/0dd8da68031d86d5cb3d834aca76fbeb to your computer and use it in GitHub Desktop.
Save daxxog/0dd8da68031d86d5cb3d834aca76fbeb to your computer and use it in GitHub Desktop.
if B then
checkpoint
fi
if ~B then
checkpoint
fi
if A|B then
checkpoint
if C then
if E then
checkpoint
fi
else if (A&B&D)|E then
checkpoint
fi
fi
fi
if E then
if (A&B&C)|D then
checkpoint
fi
fi
if A&B&!C&D&E then
checkpoint
fi
if E then
checkpoint
fi
if A&B&C&D&!E then
checkpoint
fi
if A&!B&C&D&E then
checkpoint
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment