Handbook
Glossary
<arrow> ( model quot -- arrow )
Models
ยป
Arrow models
Prev:
arrow
Vocabulary
models
.
arrow
Inputs
model
a
model
quot
a
quotation
with stack effect
( obj -- newobj )
Outputs
arrow
a new
arrow
Word description
Creates a new instance of
arrow
. The value of the new arrow model is computed by applying the quotation to the value.
Examples
See the example in the documentation for
arrow
.
Definition
IN:
models.arrow
:
<arrow>
( model quot -- arrow )
arrow
new-arrow
;