JanetDocsPlaygroundI'm feeling luckyGitHub sign in

boolean?



    function
    boot.janet on line 113, column 1

    (boolean? x)

    Check if x is a boolean.


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