7 lines
213 B
Factor
7 lines
213 B
Factor
|
|
||
|
USING: help.markup help.syntax memoize.syntax ;
|
||
|
|
||
|
HELP: MEMO[
|
||
|
{ $syntax "MEMO[ elements... ]" }
|
||
|
{ $description "Defines the given literal quotation as one which memoizes its outputs given a particular input." } ;
|