Assignment to $ind in itensor?



Dieter Kaiser wrote:
> Today, I have checked out a check to prevent an assignment to a symbol which is
> declared to be a SYSCONST. This is related to the bug report SF[783847]
> "assignments to %i, inf, ...".
>
> All works well, but I have seen to late that we have got a problem with the test
> file rtest_intensor.mac from the share_testsuite.
>
>   
Also, what about %o1 and friends?  Should I be able to assign to them? 
It works now:

(%i1) sin(1.0);
(%o1)                          .8414709848078965
(%i2) %o1:42;
(%o2)                                 42
(%i3) asin(%o1);
(%o3)                              asin(42)

Likewise for %i.

Ray