describe x -- returns an Expression containing the real description of x, bypassing the feature which causes certain types of things to acquire the names of global variables to which they are assigned.
i1 : R = ZZ/101[a,b,c_1,c_2]; |
i2 : R |
i3 : describe R |
i4 : toString describe R |
Currently, this function works by temporarily removing the value stored under name from the hash table x, which therefore must be mutable.
See also:
Ways to use describe :