Handbook
Glossary
<product> ( models -- product )
Models
ยป
Product models
Prev:
product
Vocabulary
models
.
product
Inputs
models
a sequence of models
Outputs
product
a new
product
Word description
Creates a new instance of
product
. The value of the new product model is obtained by mapping the
value
slot accessor over the given sequence of models.
Examples
See the example in the documentation for
product
.
Definition
IN:
models.product
:
<product>
( models -- product )
product
new-product
;