aboutsummaryrefslogtreecommitdiff
path: root/help/README.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-29 18:01:40 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-29 18:03:10 -0500
commit1a1f4a5a54494f91a91c6cc85558d5f1e62e5ca9 (patch)
treebf70c32255c8f81405e8dfd1b64bc16749f1e8e7 /help/README.md
parent224d6ed83efb86fa16ac802af65c63d1b97543e2 (diff)
Order help index table like keymap
Diffstat (limited to 'help/README.md')
-rw-r--r--help/README.md156
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) |