JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

nil?

core-api


    function
    boot.janet on line 117, 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