diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-29 20:53:23 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-29 20:53:29 -0500 |
| commit | ba1928402a83fe24ee667450257b66fe5cefcc00 (patch) | |
| tree | a4078111fdf15652a1d0d25d0e594bfb6e2aa920 /doc/primitive.md | |
| parent | 1a1f4a5a54494f91a91c6cc85558d5f1e62e5ca9 (diff) | |
Document Catch (⎊)
Diffstat (limited to 'doc/primitive.md')
| -rw-r--r-- | doc/primitive.md | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/primitive.md b/doc/primitive.md index 2d5a3b6b..d81188c2 100644 --- a/doc/primitive.md +++ b/doc/primitive.md @@ -81,12 +81,13 @@ 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](https://aplwiki.com/wiki/Rank_(operator)) -`¨` | [Each](map.md) | `⚇` | [Depth](depth.md#the-depth-modifier) -`⌜` | [Table](map.md) | -`⁼` | [Undo](undo.md) | `⍟` | [Repeat](repeat.md) -`´` | [Fold](fold.md) | -`˝` | [Insert](fold.md) | -`` ` `` | [Scan](scan.md) | +| 1-Modifier | Name | 2-Modifier | Name +|------------|---------------------------------------|------------|-------- +| `˘` | Cells | `⎉` | [Rank](https://aplwiki.com/wiki/Rank_(operator)) +| `¨` | [Each](map.md) | `⚇` | [Depth](depth.md#the-depth-modifier) +| `⌜` | [Table](map.md) | +| `⁼` | [Undo](undo.md) | `⍟` | [Repeat](repeat.md) +| `´` | [Fold](fold.md) | +| `˝` | [Insert](fold.md) | +| `` ` `` | [Scan](scan.md) | +| | | `⎊` | [Catch](assert.md#catch) |
