Rule
Rule(x, y)
x -> yrepresents a rule replacing
xwithy.
Examples
>> a+b+c /. c->da+b+d
>> {x,x^2,y} /. x->3{3,9,y}Rule called with 3 arguments; 2 arguments are expected.
>> a /. Rule(1, 2, 3) -> taImplementation status
- ✅ - full supported