• Scieneer Common Lisp 1.3.9 online documentation

    getf place indicator &optional default[Function]

    Searches the property list stored in place for an indicator eq to indicator. If one is found, the corresponding value is returned, else the default is returned.

  •