(defun foo (x)
"increment"
(1+ x))
(get 'foo 'lisp::function-documentation)
"increment"
(defvar hoge nil "hogehoge")
(get 'hoge 'lisp::variable-documentation)
"hogehoge"
おもしろい!
ところで、variable-documentation とかのプロパティ名(インジケータっていうのか?)はどうやって見つけるのか。
疑問。
さあ、今日も毛を刈ろう。
(defun foo (x)
"increment"
(1+ x))
(get 'foo 'lisp::function-documentation)
"increment"
(defvar hoge nil "hogehoge")
(get 'hoge 'lisp::variable-documentation)
"hogehoge"
おもしろい!
ところで、variable-documentation とかのプロパティ名(インジケータっていうのか?)はどうやって見つけるのか。
疑問。
0 コメント :
コメントを投稿