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