JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

function?

core-api


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