jan tolenaar / kiezellisp / index-of-everything

Name

*

Usage

builtin-function

Syntax

(* &rest numbers)

Description

Returns the product of the numbers.

make-html > (* 3 4 5)
it: 60