diff options
| author | razetime <raghuallthetime@hotmail.com> | 2022-01-20 11:57:50 +0530 |
|---|---|---|
| committer | razetime <raghuallthetime@hotmail.com> | 2022-01-20 11:57:50 +0530 |
| commit | f3d45a1ca914d59968531a6d5c409d80b73e53c3 (patch) | |
| tree | bc89e3b80c84d854f382e03fdbb5a43e08d791b8 /help/README.md | |
| parent | 97e5db7fa0bf2389589a99ccd26cf84c1e0ced73 (diff) | |
complete REPL help for symbols
Diffstat (limited to 'help/README.md')
| -rw-r--r-- | help/README.md | 30 |
1 files changed, 29 insertions, 1 deletions
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) | |
