I have a ring called r and want to create a copy of this ring, but with a different characteristic. Is there some working alternative to
Code:
int newchar = 5;
ring r = newchar,(varstr(r)),dp;
?
Thanks,
Lars
I have a ring called r and want to create a copy of this ring, but with a different characteristic. Is there some working alternative to
[code]
int newchar = 5;
ring r = newchar,(varstr(r)),dp;
[/code]
?
Thanks,
Lars