force ( promise -- value )


Vocabulary
promises

Inputs
promisea promise object


Outputs
valuea factor object


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

Definition