factor/basis/memoize/syntax/syntax-docs.factor

7 lines
214 B
Factor
Raw Normal View History

USING: help.markup help.syntax memoize.syntax ;
2017-08-26 16:34:23 -04:00
HELP: \MEMO[
{ $syntax "MEMO[ elements... ]" }
{ $description "Defines the given literal quotation as one which memoizes its outputs given a particular input." } ;