1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
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) |
|