Skip to content

Instantly share code, notes, and snippets.

@vendethiel
Created August 23, 2019 21:09
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 vendethiel/9792ef38f9ecf732e737544efa5bfb23 to your computer and use it in GitHub Desktop.
Save vendethiel/9792ef38f9ecf732e737544efa5bfb23 to your computer and use it in GitHub Desktop.
macro f() {
return quasi {
COMPILING["x"] = 10;
say(COMPILING["x"]);
};
}
f();
say(x);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment