up previous next
RingEnvs

names of all defined rings
Syntax

RingEnvs():TAGGED


Description
This function returns the tagged list of identifiers for the existing rings.

Example
  R_1 ::= Q[a,b,c];
  R_2 ::= Q[x,y];
  RingEnvs();   -- your result may be different
["Q", "Qt", "R", "R_1", "R_2", "Z"]
-------------------------------


See Also