SquircleSpace / shcl

SHell in Common Lisp
Apache License 2.0
319 stars 17 forks source link

Example should be (format t ...) #29

Open Leimy opened 3 years ago

Leimy commented 3 years ago

At least it will work for me if I use (format t "~A~%" ...) and not (format "~A~%" ...)