[top][index]
search for:

protect -- protect a symbol

protect s -- protects the symbol s from having its value changed.

There is no unprotect function, because we want to allow the compiler to take advantage of the unchangeability.

The documentation function document protects the symbols it documents.


[top][index]
search for: