JanetDocsPlaygroundI'm feeling luckyGitHub sign in

nil?



    function
    boot.janet on line 126, column 1

    (nil? x)

    Check if x is nil.


1 exampleSign in to add an example
Loading...
(map nil? [nil  0     false []   ])
# =>     @[true false false false]
cellularmitosisPlayground