<arrow> ( model quot -- arrow )
Models ยป Arrow models

Prev:arrow


Vocabulary
models.arrow

Inputs
modela model
quota quotation with stack effect ( obj -- newobj )


Outputs
arrowa 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

: <arrow> ( model quot -- arrow ) arrow new-arrow ;