WLJS LogoWLJS Notebook

TagUnset

f /: lhs =. removes any rules defined for lhs, associated with the symbol f.

Examples

f /: g[f[x_]] := x^2;
f /: g[f[x_]] =.
x /: h[x] = 5;
x /: h[x] =.

Please visit the official Wolfram Language Reference for more details.

On this page