From 8523acee7cd4e7dc1a1ce57a8774bc82619b5523 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Tue, 20 Apr 2021 09:17:21 -0400 Subject: Add APL Wiki links to Rank and Each operators --- doc/primitive.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc') diff --git a/doc/primitive.md b/doc/primitive.md index eabebbdd..8affc773 100644 --- a/doc/primitive.md +++ b/doc/primitive.md @@ -80,12 +80,12 @@ Choose isn't really a combinator since it calls the function `⊑`, and Under is Other modifiers control array traversal and iteration. In three cases a simpler 1-modifier is paired with a generalized 2-modifier: in each case the 1-modifier happens to be the same as the 2-modifier with a right operand of `¯1`. -1-Modifier | Name | 2-Modifier | Name ------------|---------|------------|-------- -`˘` | Cells | `⎉` | Rank -`¨` | Each | `⚇` | Depth -`⌜` | Table | -`⁼` | Undo | `⍟` | Repeat -`´` | Fold | -`˝` | Insert | -`` ` `` | Scan | +1-Modifier | Name | 2-Modifier | Name +-----------|---------------------------------------|------------|-------- +`˘` | Cells | `⎉` | [Rank](https://aplwiki.com/wiki/Rank_(operator)) +`¨` | [Each](https://aplwiki.com/wiki/Each) | `⚇` | Depth +`⌜` | Table | +`⁼` | Undo | `⍟` | Repeat +`´` | Fold | +`˝` | Insert | +`` ` `` | Scan | -- cgit v1.2.3