- to store append some string to some string S.
- to recall that S.
- to remove S (reset it to an empty string)
Code: Select all
I want to \store{this} and \store{that},
to \recall and \store{some more} too. \recall!
After \remove, nothing is \recall -ed.
(The argument inI want to and , to thisthatand too. thisthatsome more! After , nothing is -ed.
\store
may contain other commands such as \alph{enumii}
. When recalled, the enumii
counter should print its value at storing, not (its value at) recalling.)Can anyone teach me how to do this? Thank you.