Last active
April 13, 2019 19:35
-
-
Save xinhaoyuan/798ff65e37506fe67b5d74252d29e7f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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