recursive-hashcode ( n obj quot -- code )


Vocabulary
math

Inputs
nan integer
objan object
quota quotation with stack effect ( n obj -- code )


Outputs
codean integer


Word description
A combinator used to implement methods for the hashcode* generic word. If n is less than or equal to zero, outputs 0, otherwise calls the quotation.

Definition