JanetDocsPlaygroundI'm feeling luckyGitHub sign in

function?



    function
    boot.janet on line 106, column 1

    (function? x)

    Check if x is a function (not a cfunction).


1 exampleSign in to add an example
Loading...
(map function? [ even?  (fn [])  |($)  file/read  ->   ])
# =>          @[ true   true     true  false      true ]
cellularmitosisPlayground