IDENTITY-MEMO:


Vocabulary
syntax

Syntax
IDENTITY-MEMO: word ( stack -- effect ) definition... ;


Inputs
None

Outputs
None

Word description
Defines the given word at parse time as one which memoizes its output given a particular input which is identical to another input. The stack effect is mandatory.

Definition