[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

getting at global bindings...



Is there a way to examine and alter the global binding of a special
variable in MCL 2.0?

    LispM: symeval-globally          setq-globally 
  Allegro: mp:global-symbol-value    (setf mp:global-symbol-value)
    Lucid: lcl:symbol-global-value   (setf lcl:symbol-global-value)
      MCL: ???                        ???


					--FritzM.