JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

product

core-api


    function
    boot.janet on line 738, column 1

    (product xs)

    Returns the product of xs. If xs is empty, returns 1.


1 exampleSign in to add an example
Loading...
(* 3 4 5)          # => 60
(product [3 4 5])  # => 60
cellularmitosisPlayground