Macro: TAL-VALUE

Documentation

Get the tal variable called NAME from -TAL-ENVIRONMENT-

Source

(defmacro tal-value (name)
  "Get the tal variable called NAME from -TAL-ENVIRONMENT-"
  `(lookup-tal-variable ,name -tal-environment-))
Source Context