diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-29 18:01:40 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-29 18:03:10 -0500 |
| commit | 1a1f4a5a54494f91a91c6cc85558d5f1e62e5ca9 (patch) | |
| tree | bf70c32255c8f81405e8dfd1b64bc16749f1e8e7 /help/README.md | |
| parent | 224d6ed83efb86fa16ac802af65c63d1b97543e2 (diff) | |
Order help index table like keymap
Diffstat (limited to 'help/README.md')
| -rw-r--r-- | help/README.md | 156 |
1 files changed, 77 insertions, 79 deletions
diff --git a/help/README.md b/help/README.md index 011d7459..16a194e7 100644 --- a/help/README.md +++ b/help/README.md @@ -2,99 +2,97 @@ # REPL Help -Symbols are listed in alphabetical order of page name, ignoring syntactical roles. - | Symbol | Link | |--------|------| -| `๐พ` | [2-Modifier Right operand](2-modifierrightoperand.md) | -| `\|` | [Absolute Value, Modulus](absolutevalue_modulus.md) | -| `โ` | [Bind, After, Dyadic After](after_bind.md) | -| `!` | [Assert, Assert With Message](assert_assertwithmessage.md) | -| `โ` | [Atop, Dyadic Atop](atop.md) | -| `โธ` | [Bind Left, Before, Dyadic Before](before_bind.md) | -| `{` | [Begin Block](beginblock.md) | -| `(` | [Begin Expression](beginexpression.md) | -| `โจ` | [Begin list](beginlist.md) | -| `โ` | [Catch](catch.md) | -| `โ` | [Ceiling, Maximum](ceiling_maximum.md) | -| `ห` | [Cells](cells.md) | -| `โฉ` | [Change](change.md) | -| `โถ` | [Choose](choose.md) | -| `โ` | [Classify, Index Of](classify_indexof.md) | -| `#` | [Comment](comment.md) | | `+` | [Conjugate, Add](conjugate_add.md) | -| `ห` | [Constant](constant.md) | -| `๐` | [Current Function](currentfunction.md) | -| `๐ฃ` | [Current Modifier](currentmodifier.md) | -| `โท` | [Deduplicate, Find](deduplicate_find.md) | -| `โ` | [Define](define.md) | -| `โก` | [Depth, Match](depth_match.md) | -| `โ` | [Depth](depth.md) | -| `โฅ` | [Deshape, Reshape](deshape_reshape.md) | -| `ยจ` | [Each](each.md) | -| `<` | [Enclose, Lesser Than](enclose_lessthan.md) | -| `}` | [End Block](endblock.md) | -| `)` | [End Expression](endexpression.md) | -| `โฉ` | [End list](endlist.md) | -| `โ` | [Enlist, Pair](enlist_pair.md) | +| `-` | [Negate, Subtract](negate_subtract.md) | +| `ร` | [Sign, Multiply](sign_multiply.md) | +| `รท` | [Reciprocal, Divide](reciprocal_divide.md) | | `โ` | [Exponential, Power](exponential_power.md) | -| `โ` | [Export Definition, Export names](export.md) | -| `โ` | [First Cell, Select](firstcell_select.md) | -| `โ` | [First, Pick](first_pick.md) | +| `โ` | [Square root, Root](squareroot_root.md) | | `โ` | [Floor, Minimum](floor_minimum.md) | -| `ยด` | [Fold, Fold With Initial](fold.md) | -| `โ` | [Grade Down, Bins Down](gradedown_binsdown.md) | -| `โ` | [Grade Up, Bins Up](gradeup_binsup.md) | +| `โ` | [Ceiling, Maximum](ceiling_maximum.md) | +| `โง` | [Sort Up, Logical And](sortup_and.md) | +| `โจ` | [Sort Down, Logical Or](sortdown_or.md) | +| `ยฌ` | [Logical Not, Span](not_span.md) | +| `\|` | [Absolute Value, Modulus](absolutevalue_modulus.md) | +| `โค` | [Lesser Than or Equal To](lessthanorequalto.md) | +| `<` | [Enclose, Lesser Than](enclose_lessthan.md) | +| `>` | [Merge, Greater Than](merge_greaterthan.md) | | `โฅ` | [Greater Than or Equal To](greaterthanorequalto.md) | -| `โ` | [Group Indices, Group](groupindices_group.md) | -| `:` | [Header](header.md) | +| `=` | [Rank, Equal To](rank_equals.md) | +| `โ ` | [Length, Not Equal To](length_notequals.md) | +| `โก` | [Depth, Match](depth_match.md) | +| `โข` | [Shape, Not Match](shape_notmatch.md) | | `โฃ` | [Identity, Left](identity_left.md) | | `โข` | [Identity, Right](identity_right.md) | -| `/` | [Indices, Replicate](indices_replicate.md) | -| `โ` | [Infinity](infinity.md) | -| `ห` | [Insert, Insert With Initial](insert.md) | +| `โฅ` | [Deshape, Reshape](deshape_reshape.md) | | `โพ` | [Join, Join To](join_jointo.md) | -| `๐จ` | [Left Argument](leftargument.md) | -| `โ ` | [Length, Not Equal To](length_notequals.md) | -| `โค` | [Lesser Than or Equal To](lessthanorequalto.md) | -| `โ` | [Mark Firsts, Member Of](markfirst_memberof.md) | -| `>` | [Merge, Greater Than](merge_greaterthan.md) | -| `ยฏ` | [Minus](minus.md) | -| `๐ฝ` | [Modifier Left operand](modifierleftoperand.md) | -| `.` | [Namespace Field](namespacefield.md) | -| `-` | [Negate, Subtract](negate_subtract.md) | -| `;` | [Next Body](nextbody.md) | -| `ยท` | [Nothing](nothing.md) | -| `ยฌ` | [Logical Not, Span](not_span.md) | -| `@` | [Null Character](nullcharacter.md) | -| `โ` | [Occurrence Count, Progressive Index Of](occurrencecount_progressiveindexof.md) | -| `โ` | [Atop, Over](over.md) | -| `ฯ` | [Pi](pi.md) | -| `?` | [Predicate](predicate.md) | +| `โ` | [Solo, Couple](solo_couple.md) | +| `โ` | [Enlist, Pair](enlist_pair.md) | | `โ` | [Prefixes, Take](prefixes_take.md) | +| `โ` | [Suffixes, Drop](suffixes_drop.md) | | `โ` | [Range, Windows](range_windows.md) | -| `=` | [Rank, Equal To](rank_equals.md) | +| `ยซ` | [Shift Before, Shift Before](shiftbefore.md) | +| `ยป` | [Shift After, Shift After](shiftafter.md) | +| `โฝ` | [Reverse, Rotate](reverse_rotate.md) | +| `โ` | [Transpose, Reorder Axes](transpose_reorderaxes.md) | +| `/` | [Indices, Replicate](indices_replicate.md) | +| `โ` | [Grade Up, Bins Up](gradeup_binsup.md) | +| `โ` | [Grade Down, Bins Down](gradedown_binsdown.md) | +| `โ` | [First Cell, Select](firstcell_select.md) | +| `โ` | [First, Pick](first_pick.md) | +| `โ` | [Classify, Index Of](classify_indexof.md) | +| `โ` | [Occurrence Count, Progressive Index Of](occurrencecount_progressiveindexof.md) | +| `โ` | [Mark Firsts, Member Of](markfirst_memberof.md) | +| `โท` | [Deduplicate, Find](deduplicate_find.md) | +| `โ` | [Group Indices, Group](groupindices_group.md) | +| `!` | [Assert, Assert With Message](assert_assertwithmessage.md) | +| `ห` | [Constant](constant.md) | +| `ห` | [Self, Swap](self_swap.md) | +| `โ` | [Atop, Dyadic Atop](atop.md) | +| `โ` | [Atop, Over](over.md) | +| `โธ` | [Bind Left, Before, Dyadic Before](before_bind.md) | +| `โ` | [Bind, After, Dyadic After](after_bind.md) | +| `โพ` | [Under](under.md) | +| `โ` | [Valences, Dyadic Valences](valences.md) | +| `โถ` | [Choose](choose.md) | +| `โ` | [Catch](catch.md) | | `โ` | [Rank](rank.md) | -| `รท` | [Reciprocal, Divide](reciprocal_divide.md) | +| `ห` | [Cells](cells.md) | +| `โ` | [Depth](depth.md) | +| `ยจ` | [Each](each.md) | +| `โ` | [Table](table.md) | | `โ` | [Repeat](repeat.md) | -| `โฝ` | [Reverse, Rotate](reverse_rotate.md) | -| `๐ฉ` | [Right Argument](rightargument.md) | +| `โผ` | [Undo](undo.md) | +| `ยด` | [Fold, Fold With Initial](fold.md) | +| `ห` | [Insert, Insert With Initial](insert.md) | | `` ` `` | [Scan, Scan With initial](scan.md) | -| `ห` | [Self, Swap](self_swap.md) | +| `โ` | [Define](define.md) | +| `โ` | [Export Definition, Export names](export.md) | +| `โฉ` | [Change](change.md) | | `,` or `โ` | [Separator](separator.md) | -| `โข` | [Shape, Not Match](shape_notmatch.md) | -| `ยป` | [Shift After, Shift After](shiftafter.md) | -| `ยซ` | [Shift Before, Shift Before](shiftbefore.md) | -| `ร` | [Sign, Multiply](sign_multiply.md) | -| `โ` | [Solo, Couple](solo_couple.md) | -| `โจ` | [Sort Down, Logical Or](sortdown_or.md) | -| `โง` | [Sort Up, Logical And](sortup_and.md) | -| `โ` | [Square root, Root](squareroot_root.md) | +| `.` | [Namespace Field](namespacefield.md) | +| `(` | [Begin Expression](beginexpression.md) | +| `)` | [End Expression](endexpression.md) | +| `{` | [Begin Block](beginblock.md) | +| `}` | [End Block](endblock.md) | +| `;` | [Next Body](nextbody.md) | +| `:` | [Header](header.md) | +| `?` | [Predicate](predicate.md) | +| `โจ` | [Begin list](beginlist.md) | +| `โฉ` | [End list](endlist.md) | | `โฟ` | [Strand](strand.md) | -| `โ` | [Suffixes, Drop](suffixes_drop.md) | +| `ยท` | [Nothing](nothing.md) | | `โข` | [System](system.md) | -| `โ` | [Table](table.md) | -| `โ` | [Transpose, Reorder Axes](transpose_reorderaxes.md) | -| `โพ` | [Under](under.md) | -| `โผ` | [Undo](undo.md) | -| `โ` | [Valences, Dyadic Valences](valences.md) | +| `๐จ` | [Left Argument](leftargument.md) | +| `๐ฉ` | [Right Argument](rightargument.md) | +| `๐ฝ` | [Modifier Left operand](modifierleftoperand.md) | +| `๐พ` | [2-Modifier Right operand](2-modifierrightoperand.md) | +| `๐` | [Current Function](currentfunction.md) | +| `๐ฃ` | [Current Modifier](currentmodifier.md) | +| `ยฏ` | [Minus](minus.md) | +| `ฯ` | [Pi](pi.md) | +| `โ` | [Infinity](infinity.md) | +| `@` | [Null Character](nullcharacter.md) | +| `#` | [Comment](comment.md) | |
