Discard returned value of JS
authorDavid Vázquez <davazp@gmail.com>
Wed, 19 Jun 2013 04:49:02 +0000 (06:49 +0200)
committerDavid Vázquez <davazp@gmail.com>
Wed, 19 Jun 2013 04:49:02 +0000 (06:49 +0200)
experimental/codegen.lisp

index b623b53..adf5de7 100644 (file)
          (js-format ";")))))
 
 (defun js (&rest stmts)
-  (mapc #'js-stmt stmts))
+  (mapc #'js-stmt stmts)
+  nil)