Function symbols and state globals that cannot be referenced
Untouchables are functions that cannot be called, as well as state global variables (see programming-with-state) that cannot be modified or unbound. To add or remove untouchables, see push-untouchable and see remove-untouchable. Macros can be made effectively untouchable as well; see defmacro-untouchable.