WLJS LogoWLJS Notebook

ReadProtected

ReadProtected is an attribute that prevents values associated with a symbol from being seen.

Examples

SetAttributes[f, ReadProtected]
f[x_] := x^2
??f
Attributes[Plus]

Please visit the official Wolfram Language Reference for more details.

On this page