jscl
jscl copied to clipboard
wrong `warn`
https://github.com/jscl-project/jscl/blob/98376589572908d26c33ad536228abd6672a1dfd/src/conditions.lisp#L123
CL-USER> (warn "a ~a b ~a" 1 2)
WARNING: a (1 2) b NIL
NIL
CL-USER>