jscl-project / jscl

A Lisp-to-JavaScript compiler bootstrapped from Common Lisp

Home Page:https://jscl-project.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missed (output-stream-designator stream) at function `terpri`

vlad-km opened this issue · comments

commented
CL-USER> (with-output-to-string 
...     (*standard-output*) 
...     (terpri nil))
ERROR: The object `NIL' is not of type `"STREAM"'