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

wrong `warn`

vlad-km opened this issue · comments

commented

(defun %%warn (datum &rest arguments)

CL-USER> (warn "a ~a b ~a" 1 2)
WARNING: a (1 2) b NIL
NIL
CL-USER> 
commented

Closed #446