Generic Function: LOOKUP-TAL-VARIABLE

Documentation

Return the value assciated with NAME (a symbol) in the environment ENVIRONMENT.

Source

(defgeneric lookup-tal-variable (name environment)
  (:documentation "Return the value assciated with NAME (a
  symbol) in the environment ENVIRONMENT."))
Source Context