Direct function: Difference between revisions

Content deleted Content added
Roger Hui (talk | contribs)
Multiple recursion: wikified cache
Roger Hui (talk | contribs)
Multiple recursion: fixed wikilink to Cache (computing)
Line 245:
</source>
 
The memo operator {{code|M|apl}} defines a variant of its operand function {{code|⍺⍺|apl}} to use a [[Cache (computing)|cache]] {{code|T|apl}} and then evaluates it. With the operand {{code|pn|apl}} the variant is:
 
<source lang=apl>