acl-translation / acl-chinese

ANSI Common Lisp 中文翻译版

Home Page:acl.lisp.tw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

附录A:意料之外的 Nil (Unexpected Nils)

kaikai2 opened this issue · comments

(month-weeks 'out)
Error: NIL is not a valud argument to /.

应当是

(month-weeks 'oct)
Error: NIL is not a valud argument to /.

Fix in 16e6920. Thanks!