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 `js-undefined-p` function

vlad-km opened this issue · comments

commented

now

`(=== ,x undefined))

m.b.

 `(=== (typeof ,x) "undefined"))