force ( lazy -- value )


Vocabulary
lazy

Inputs
lazya lazy


Outputs
valuean object


Word description
Calls the quotation associated with the lazy if it has not been called before, and returns the value. If the lazy has been forced previously, returns the value from the previous call.

Definition