Syntax:
par (
)
Type:
Purpose:
par(n);
Example:
ring r=(0,a,b,c),(x,y,z),dp; char(r); // char to get the characteristic ==> 0 par(2); // par to get the n-th parameter ==> (b)