compute-model ( model -- value )


Vocabulary
models

Inputs
modela model


Outputs
valuean object


Word description
Activate and immediately deactivate the model, forcing recomputation of its value, which is returned. If the model is already activated, no dependencies are recalculated. Useful when using models outside of gadget context or for testing.

Definition