Last active
April 13, 2019 19:35
-
-
Save xinhaoyuan/798ff65e37506fe67b5d74252d29e7f3 to your computer and use it in GitHub Desktop.
Revisions
-
xinhaoyuan revised this gist
Apr 13, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ \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} -
xinhaoyuan created this gist
Apr 13, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ \def\mySet#1#2{\expandafter\def\csname myDef@#1\endcsname{#2}} \def\mySetE#1#2{\mySet\expandafter{#1}{#2}} \def\myGet#1{\csname myDef@#1\endcsname}