From f3d45a1ca914d59968531a6d5c409d80b73e53c3 Mon Sep 17 00:00:00 2001 From: razetime Date: Thu, 20 Jan 2022 11:57:50 +0530 Subject: complete REPL help for symbols --- help/README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'help/README.md') diff --git a/help/README.md b/help/README.md index 2d6d3cf1..d7c505d2 100644 --- a/help/README.md +++ b/help/README.md @@ -2,28 +2,44 @@ # 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, Dyad](assert_assertwithmessage.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) | | `โ‹†` | [Exponential, Power](exponential_power.md) | +| `โ‡` | [Export Definition, Export names](export.md) | +| `.` | [Namespace Field](field.md) | | `โŠ` | [First Cell, Select](firstcell_select.md) | | `โŠ‘` | [First, Pick](first_pick.md) | | `โŒŠ` | [Floor, Minimum](floor_minimum.md) | @@ -35,16 +51,23 @@ | `โŠฃ` | [Identity, Left](identity_left.md) | | `โŠข` | [Identity, Right](identity_right.md) | | `/` | [Indices, Replicate](indices_replicate.md) | +| `โˆž` | [Infinity](infinity.md) | | `ห` | [Insert, Insert With initial](insert.md) | | `โˆพ` | [Join, Join](join_jointo.md) | +| `๐•จ` | [Left Argument](leftargument.md) | | `โ‰ ` | [Length, Not Equal To](length_notequals.md) | | `โ‰ค` | [Lesser Than or Equal To](lessthanorequalto.md) | | `โˆŠ` | [Unique Mask, Member Of](markfirst_memberof.md) | | `>` | [Merge, Greater Than](merge_greaterthan.md) | +| `ยฏ` | [Minus](minus.md) | +| `๐”ฝ` | [Modifier Left operand](modifierleftoperand.md) | | `-` | [Negate, Subtract](negate_subtract.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) | | `โ†‘` | [Prefixes, Take](prefixes_take.md) | | `โ†•` | [Range, Windows](range_windows.md) | | `=` | [Rank, Equal To](rank_equals.md) | @@ -52,8 +75,11 @@ | `รท` | [Reciprocal, Divide](reciprocal_divide.md) | | `โŸ` | [Repeat](repeat.md) | | `โŒฝ` | [Reverse, Dyad](reverse_rotate.md) | +| `๐•ฉ` | [Right Argument](rightargument.md) | | `` ` `` | [Scan, Scan With initial](scan.md) | | `หœ` | [Self, Swap](self_swap.md) | +| `,` | [Separator](separator1.md) | +| `โ‹„` | [Separator](separator.md) | | `โ‰ข` | [Shape, Not Match](shape_notmatch.md) | | `ยป` | [Shift After, Shift After](shiftafter.md) | | `ยซ` | [Shift Before, Shift Before](shiftbefore.md) | @@ -62,7 +88,9 @@ | `โˆจ` | [Sort Down, Logical Or](sortdown_or.md) | | `โˆง` | [Sort Up, Logical And](sortup_and.md) | | `โˆš` | [Square root, Root](squareroot_root.md) | +| `โ€ฟ` | [Strand](strand.md) | | `โ†“` | [Suffixes, Drop](suffixes_drop.md) | +| `โ€ข` | [System](system.md) | | `โŒœ` | [Each](table.md) | | `โ‰` | [Transpose, Reorder Axes](transpose_reorderaxes.md) | | `โŒพ` | [Under](under.md) | -- cgit v1.2.3