LispLang / lisplang.github.io

Common Lisp homepage
https://lisp-lang.org/
160 stars 30 forks source link

Fix inconsistency error in list tutorial #27

Closed isra17 closed 8 years ago

isra17 commented 8 years ago

(1-(* a b)) is not equivalent to 6000 or (* 10 (* 20 (* 30))), (* a b) is.