aboutsummaryrefslogtreecommitdiff
path: root/help/README.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-19 22:17:37 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-19 22:17:37 -0500
commitf74ae588caad19f498440bd8e848d8df5724174e (patch)
treec0730a143d89bfb72ea15a60d23902b8419f30eb /help/README.md
parentee192726517e1a90f752d5cde054d32a3dafc8aa (diff)
Various help page fixes
Diffstat (limited to 'help/README.md')
-rw-r--r--help/README.md70
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) |