Skip to content

Instantly share code, notes, and snippets.

@io12
Created June 18, 2017 23:25
Show Gist options
  • Save io12/d2fd9f44448cffc164e93958d57ac288 to your computer and use it in GitHub Desktop.
Save io12/d2fd9f44448cffc164e93958d57ac288 to your computer and use it in GitHub Desktop.
#define forever for (;;)
#define until(is_true) while (!(is_true))
#define unless(is_true) if (!(is_true))
#define not !
#define and &&
#define or ||
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment