thephoeron / LLTHW

Learn Lisp The Hard Way source-code and full book text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: Function `PRINC' is undefined.

ripter opened this issue · comments

Working though the book and trying the princ example on the try-lisp page:

CL-USER> (princ "Hello, from Lisp!")
ERROR: Function `PRINC' is undefined.