32 lines
2.0 KiB
Plaintext
32 lines
2.0 KiB
Plaintext
;; Functions To Be Tested: defsetf
|
||
;;
|
||
;; Source: Steele's book Section 8.2: Macro definition
|
||
;; Page: 102 - 105
|
||
;;
|
||
;; Created By: Henry Cate III
|
||
;;
|
||
;; Còeation Date: December 2, 1986
|
||
;;
|
||
;; Last Update:
|
||
;;
|
||
;; Filed As: {eris}<lispcore>cml>test>8-1-defsetf.test
|
||
;;
|
||
;;
|
||
;; Syntax: (defsetf access-fn {update-fn [doc-string] |
|
||
;; lambda-list (store-variable)
|
||
;; {declaration | doc-string}* {form}*)
|
||
;;
|
||
;; Function Description: defines how to setf a g |