| Author |
Comment/Response |
Gx
|
01/05/12 6:20pm
Hi
In Module[], I want to make a string of an unevaluated expression.
For example,
I want that
Module[{a=3}, HoldForm[a!]]
gives "a!"
But this gives "a$1876!"
Where the unevaluated expression means a!.
So the string is "a!"
Thank you.
URL: , |
|