Function: SB-EXT:SYMBOL-GLOBAL-VALUE

package type github

Return the SYMBOL’s current global value. Identical to SYMBOL-VALUE, in single-threaded builds: in multithreaded builds bound values are distinct from the global value. Can also be SETF.

Lambda list

(symbol)