Skip to content

Instantly share code, notes, and snippets.

@rkh
Created January 26, 2011 14:34
Show Gist options
  • Save rkh/796757 to your computer and use it in GitHub Desktop.
Save rkh/796757 to your computer and use it in GitHub Desktop.
#define STRING char *
#define IF if(
#define THEN ){
#define ELSE } else {
#define FI ;}
#define WHILE while (
#define DO ){
#define OD ;}
#define INT int
#define BEGIN {
#define END }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment