Content deleted Content added
→Multiple recursion: wikified cache |
→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>
|