Skip to content

Instantly share code, notes, and snippets.

@xinhaoyuan
Last active April 13, 2019 19:35
Show Gist options
  • Save xinhaoyuan/798ff65e37506fe67b5d74252d29e7f3 to your computer and use it in GitHub Desktop.
Save xinhaoyuan/798ff65e37506fe67b5d74252d29e7f3 to your computer and use it in GitHub Desktop.
\def\mySet#1#2{\expandafter\def\csname myDef@#1\endcsname{#2}}
\def\mySetE#1#2{\expandafter\edef\csname myDef@#1\endcsname{#2}}
\def\myGet#1{\csname myDef@#1\endcsname}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment