diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-19 22:17:37 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-19 22:17:37 -0500 |
| commit | f74ae588caad19f498440bd8e848d8df5724174e (patch) | |
| tree | c0730a143d89bfb72ea15a60d23902b8419f30eb /help/index.md | |
| parent | ee192726517e1a90f752d5cde054d32a3dafc8aa (diff) | |
Various help page fixes
Diffstat (limited to 'help/index.md')
| -rw-r--r-- | help/index.md | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/help/index.md b/help/index.md deleted file mode 100644 index 8a0f2c1b..00000000 --- a/help/index.md +++ /dev/null @@ -1,70 +0,0 @@ -*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) | |
