我有一個列表:(setq listy '(4 -3 8 99 -40 61 12 -8 2 -20)) 我的功能lenPos應該找到所有正數的列表的長度(即6)。不過,我得到這個錯誤: *** - +: NIL is not a number
我檢查,如果我的列表中的if語句做任何數量的檢查之前空。所以我不明白錯誤來自哪裏。 ;num of positive elems
(defun len
我正在使用LISP並想知道如何在字符串列表中訪問成員。我已經嘗試了成員函數,但一直得到NIL。 感謝 (setq phrase-list '("What color is the sky?" "It is Blue.")) ;list of strings
(write phrase-list)
(terpri)
(setq x(read-line)) ; I try to input