Direct function: Difference between revisions

Content deleted Content added
Roger Hui (talk | contribs)
Dfns versus tradfns: defined as well as called
Roger Hui (talk | contribs)
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>