define (basic)



Hi friends,

why x[m] doesn't change to m^3

........
y=m^2;
define (x[m],rhs(%));        x[m];
z=m^3;
define (x[m],rhs(%));        x[m];
........
why x[m]=m^2 ?

thanks.