JanetDocsPlaygroundI'm feeling luckyGitHub sign in

product



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