diff options
| author | razetime <raghuallthetime@hotmail.com> | 2022-01-20 08:48:23 +0530 |
|---|---|---|
| committer | razetime <raghuallthetime@hotmail.com> | 2022-01-20 08:48:23 +0530 |
| commit | a5838f0e455ddb150d9c7b98d5e060dcf70fdefc (patch) | |
| tree | 65891497b170890526ce9b8a292cb98ddfd554f5 /help/README.md | |
| parent | c6cab48977311e88bf26c0d5b25ee09b95817ab4 (diff) | |
| parent | f74ae588caad19f498440bd8e848d8df5724174e (diff) | |
Merge branch 'master' of https://github.com/mlochbaum/BQN
Diffstat (limited to 'help/README.md')
| -rw-r--r-- | help/README.md | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/help/README.md b/help/README.md new file mode 100644 index 00000000..2d6d3cf1 --- /dev/null +++ b/help/README.md @@ -0,0 +1,70 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/index.html).* + +# REPL Help + +| Symbol | Link | +|--------|------| +| `\|` | [Absolute Value, Modulus](absolutevalue_modulus.md) | +| `⟜` | [Bind, After, Dyadic After](after_bind.md) | +| `!` | [Assert, Dyad](assert_assertwithmessage.md) | +| `∘` | [Atop, Dyadic Atop](atop.md) | +| `⊸` | [Bind Left, Before, Dyadic Before](before_bind.md) | +| `⎊` | [Catch](catch.md) | +| `⌈` | [Ceiling, Maximum](ceiling_maximum.md) | +| `˘` | [Cells](cells.md) | +| `◶` | [Choose](choose.md) | +| `⊐` | [Classify, Index Of](classify_indexof.md) | +| `+` | [Conjugate, Add](conjugate_add.md) | +| `˙` | [Constant](constant.md) | +| `⍷` | [Deduplicate, Find](deduplicate_find.md) | +| `≡` | [Depth, Match](depth_match.md) | +| `⚇` | [Depth](depth.md) | +| `⥊` | [Deshape, Reshape](deshape_reshape.md) | +| `¨` | [Each](each.md) | +| `<` | [Enclose, Lesser Than](enclose_lessthan.md) | +| `⋈` | [Enlist, Pair](enlist_pair.md) | +| `⋆` | [Exponential, Power](exponential_power.md) | +| `⊏` | [First Cell, Select](firstcell_select.md) | +| `⊑` | [First, Pick](first_pick.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) | +| `≥` | [Greater Than or Equal To](greaterthanorequalto.md) | +| `⊔` | [Group Indices, Group](groupindices_group.md) | +| `⊣` | [Identity, Left](identity_left.md) | +| `⊢` | [Identity, Right](identity_right.md) | +| `/` | [Indices, Replicate](indices_replicate.md) | +| `˝` | [Insert, Insert With initial](insert.md) | +| `∾` | [Join, Join](join_jointo.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) | +| `-` | [Negate, Subtract](negate_subtract.md) | +| `¬` | [Logical Not, Span](not_span.md) | +| `⊒` | [Occurrence Count, Progressive Index Of](occurrencecount_progressiveindexof.md) | +| `○` | [Atop, Over](over.md) | +| `↑` | [Prefixes, Take](prefixes_take.md) | +| `↕` | [Range, Windows](range_windows.md) | +| `=` | [Rank, Equal To](rank_equals.md) | +| `⎉` | [Rank](rank.md) | +| `÷` | [Reciprocal, Divide](reciprocal_divide.md) | +| `⍟` | [Repeat](repeat.md) | +| `⌽` | [Reverse, Dyad](reverse_rotate.md) | +| `` ` `` | [Scan, Scan With initial](scan.md) | +| `˜` | [Self, Swap](self_swap.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) | +| `↓` | [Suffixes, Drop](suffixes_drop.md) | +| `⌜` | [Each](table.md) | +| `⍉` | [Transpose, Reorder Axes](transpose_reorderaxes.md) | +| `⌾` | [Under](under.md) | +| `⁼` | [Undo](undo.md) | +| `⊘` | [Valences, Dyadic Valences](valences.md) | |
