Most of the symbol manipulation miscops are compiled in-line rather than actual calls.
returns the value of Symbol (which must be a symbol). An error is signalled if Symbol is unbound.
sets the value cell of the symbol Symbol to Value. Value is returned.
returns the definition of the symbol Symbol. If Symbol is undefined, an error is signalled.
sets the definition of the symbol Symbol to Definition. Definition is returned.
returns the property list of the symbol Symbol.
sets the property list of the symbol Symbol to Plist. Plist is returned.
returns the print name of the symbol Symbol.
returns the package cell of the symbol Symbol.
sets the package cell of the symbol Symbol to Package. Package is returned.
sets the eq condition code bit to 1 if the symbol Symbol is bound; sets it to 0 otherwise.
sets the eq condition code bit to 1 if the symbol Symbol is defined; sets it to 0 otherwise.
searches the property list of Symbol for Indicator and returns the associated value. If Indicator is not found, Default is returned.
searches the property list of Symbol for Indicator and replaces the associated value with Value. If Indicator is not found, the Indicator Value pair are consed onto the front of the property list.