|
5.1.105 parstr
Syntax:
parstr ( ring_name )
parstr ( int_expression )
parstr ( ring_name, int_expression )
Type:
- string
Purpose:
- returns the list of parameters of the ring as a string
or the name of the n-th parameter where n is given by the int_expression.
If the ring_name is omitted, the basering is used, thus
parstr(n) is equivalent to parstr(basering,n) .
Example:
See
charstr;
npars;
ordstr;
ring;
varstr.
|