Content deleted Content added
→Dfns versus tradfns: defined as well as called |
→Multiple recursion: wikified cache |
||
Line 245:
</source>
The memo operator {{code|M|apl}} defines a variant of its operand function {{code|⍺⍺|apl}} to use a [[cache]] {{code|T|apl}} and then evaluates it. With the operand {{code|pn|apl}} the variant is:
<source lang=apl>
|