←
RuleDelayed
/
Reference of Built-in Symbols
/
Rules and Patterns
/
Defining, applying and compiling rules.
/
Rule
/
Rule
WMA link
Rule
[
x
,
y
]
x
->
y
represents a rule replacing
x
with
y
.
a+b+c /. c->d
{x,x^2,y} /. x->3
a /. Rule[1, 2, 3] -> t
←
RuleDelayed