>>49-51 ありがとうございます 参考にして (defun make-group (x y) (if (boundp x) (setq x (append x y)) (progn (setq x nil) (setq x (append x y)))))
(format t "何か知りたいな:") (setq kotoba (read)) (format t "それは何?:") (setq group (read)) (eval `(make-group ,group '(,kotoba))) とやってみたのですが *** - EVAL: variable KUDAMONO has no value (group にはkudamonoを入れました)