diff options
| author | razetime <raghuallthetime@hotmail.com> | 2022-01-20 08:31:40 +0530 |
|---|---|---|
| committer | razetime <raghuallthetime@hotmail.com> | 2022-01-20 08:31:40 +0530 |
| commit | ae513293cca5fb30dd59874e4e00c0eecab596f6 (patch) | |
| tree | 6e47996dc2dd5afed221005b1cbd604f766b379b /help/index.md | |
| parent | 40be400ecca8c370afa31b60d8f779654b87d1b0 (diff) | |
fix more h2 errors, generate index for repl help
Diffstat (limited to 'help/index.md')
| -rw-r--r-- | help/index.md | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/help/index.md b/help/index.md new file mode 100644 index 00000000..8a0f2c1b --- /dev/null +++ b/help/index.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](https://mlochbaum.github.io/BQN/help/absolutevalue_modulus.html) | +| `⟜` | [Bind, After, Dyadic After](https://mlochbaum.github.io/BQN/help/after_bind.html) | +| `!` | [Assert, Dyad](https://mlochbaum.github.io/BQN/help/assert_assertwithmessage.html) | +| `∘` | [Atop, Dyadic Atop](https://mlochbaum.github.io/BQN/help/atop.html) | +| `⊸` | [Bind Left, Before, Dyadic Before](https://mlochbaum.github.io/BQN/help/before_bind.html) | +| `⎊` | [Catch](https://mlochbaum.github.io/BQN/help/catch.html) | +| `⌈` | [Ceiling, Maximum](https://mlochbaum.github.io/BQN/help/ceiling_maximum.html) | +| `˘` | [Cells](https://mlochbaum.github.io/BQN/help/cells.html) | +| `◶` | [Choose](https://mlochbaum.github.io/BQN/help/choose.html) | +| `⊐` | [Classify, Index Of](https://mlochbaum.github.io/BQN/help/classify_indexof.html) | +| `+` | [Conjugate, Add](https://mlochbaum.github.io/BQN/help/conjugate_add.html) | +| `˙` | [Constant](https://mlochbaum.github.io/BQN/help/constant.html) | +| `⍷` | [Deduplicate, Find](https://mlochbaum.github.io/BQN/help/deduplicate_find.html) | +| `≡` | [Depth, Match](https://mlochbaum.github.io/BQN/help/depth_match.html) | +| `⚇` | [Depth](https://mlochbaum.github.io/BQN/help/depth.html) | +| `⥊` | [Deshape, Reshape](https://mlochbaum.github.io/BQN/help/deshape_reshape.html) | +| `¨` | [Each](https://mlochbaum.github.io/BQN/help/each.html) | +| `<` | [Enclose, Lesser Than](https://mlochbaum.github.io/BQN/help/enclose_lessthan.html) | +| `⋈` | [Enlist, Pair](https://mlochbaum.github.io/BQN/help/enlist_pair.html) | +| `⋆` | [Exponential, Power](https://mlochbaum.github.io/BQN/help/exponential_power.html) | +| `⊏` | [First Cell, Select](https://mlochbaum.github.io/BQN/help/firstcell_select.html) | +| `⊑` | [First, Pick](https://mlochbaum.github.io/BQN/help/first_pick.html) | +| `⌊` | [Floor, Minimum](https://mlochbaum.github.io/BQN/help/floor_minimum.html) | +| `´` | [Fold, Fold With initial](https://mlochbaum.github.io/BQN/help/fold.html) | +| `⍒` | [Grade Down, Bins Down](https://mlochbaum.github.io/BQN/help/gradedown_binsdown.html) | +| `⍋` | [Grade Up, Bins Up](https://mlochbaum.github.io/BQN/help/gradeup_binsup.html) | +| `≥` | [Greater Than or Equal To](https://mlochbaum.github.io/BQN/help/greaterthanorequalto.html) | +| `⊔` | [Group Indices, Group](https://mlochbaum.github.io/BQN/help/groupindices_group.html) | +| `⊣` | [Identity, Left](https://mlochbaum.github.io/BQN/help/identity_left.html) | +| `⊢` | [Identity, Right](https://mlochbaum.github.io/BQN/help/identity_right.html) | +| `/` | [Indices, Replicate](https://mlochbaum.github.io/BQN/help/indices_replicate.html) | +| `˝` | [Insert, Insert With initial](https://mlochbaum.github.io/BQN/help/insert.html) | +| `∾` | [Join, Join](https://mlochbaum.github.io/BQN/help/join_jointo.html) | +| `≠` | [Length, Not Equal To](https://mlochbaum.github.io/BQN/help/length_notequals.html) | +| `≤` | [Lesser Than or Equal To](https://mlochbaum.github.io/BQN/help/lessthanorequalto.html) | +| `∊` | [Unique Mask, Member Of](https://mlochbaum.github.io/BQN/help/markfirst_memberof.html) | +| `>` | [Merge, Greater Than](https://mlochbaum.github.io/BQN/help/merge_greaterthan.html) | +| `-` | [Negate, Subtract](https://mlochbaum.github.io/BQN/help/negate_subtract.html) | +| `¬` | [Logical Not, Span](https://mlochbaum.github.io/BQN/help/not_span.html) | +| `⊒` | [Occurrence Count, Progressive Index Of](https://mlochbaum.github.io/BQN/help/occurrencecount_progressiveindexof.html) | +| `○` | [Atop, Over](https://mlochbaum.github.io/BQN/help/over.html) | +| `↑` | [Prefixes, Take](https://mlochbaum.github.io/BQN/help/prefixes_take.html) | +| `↕` | [Range, Windows](https://mlochbaum.github.io/BQN/help/range_windows.html) | +| `=` | [Rank, Equal To](https://mlochbaum.github.io/BQN/help/rank_equals.html) | +| `⎉` | [Rank](https://mlochbaum.github.io/BQN/help/rank.html) | +| `÷` | [Reciprocal, Divide](https://mlochbaum.github.io/BQN/help/reciprocal_divide.html) | +| `⍟` | [Repeat](https://mlochbaum.github.io/BQN/help/repeat.html) | +| `⌽` | [Reverse, Dyad](https://mlochbaum.github.io/BQN/help/reverse_rotate.html) | +| `` ` `` | [Scan, Scan With initial](https://mlochbaum.github.io/BQN/help/scan.html) | +| `˜` | [Self, Swap](https://mlochbaum.github.io/BQN/help/self_swap.html) | +| `≢` | [Shape, Not Match](https://mlochbaum.github.io/BQN/help/shape_notmatch.html) | +| `»` | [Shift After, Shift After](https://mlochbaum.github.io/BQN/help/shiftafter.html) | +| `«` | [Shift Before, Shift Before](https://mlochbaum.github.io/BQN/help/shiftbefore.html) | +| `×` | [Sign, Multiply](https://mlochbaum.github.io/BQN/help/sign_multiply.html) | +| `≍` | [Solo, Couple](https://mlochbaum.github.io/BQN/help/solo_couple.html) | +| `∨` | [Sort Down, Logical Or](https://mlochbaum.github.io/BQN/help/sortdown_or.html) | +| `∧` | [Sort Up, Logical And](https://mlochbaum.github.io/BQN/help/sortup_and.html) | +| `√` | [Square root, Root](https://mlochbaum.github.io/BQN/help/squareroot_root.html) | +| `↓` | [Suffixes, Drop](https://mlochbaum.github.io/BQN/help/suffixes_drop.html) | +| `⌜` | [Each](https://mlochbaum.github.io/BQN/help/table.html) | +| `⍉` | [Transpose, Reorder Axes](https://mlochbaum.github.io/BQN/help/transpose_reorderaxes.html) | +| `⌾` | [Under](https://mlochbaum.github.io/BQN/help/under.html) | +| `⁼` | [Undo](https://mlochbaum.github.io/BQN/help/undo.html) | +| `⊘` | [Valences, Dyadic Valences](https://mlochbaum.github.io/BQN/help/valences.html) | |
