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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
|
<head>
<link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/>
<link href="../style.css" rel="stylesheet"/>
<title>BQN: REPL Help</title>
</head>
<div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="../index.html">BQN</a> / <a href="index.html">help</a></div>
<h1 id="repl-help"><a class="header" href="#repl-help">REPL Help</a></h1>
<table>
<thead>
<tr>
<th>Symbol</th>
<th>Link</th>
</tr>
</thead>
<tbody>
<tr>
<td><code><span class='Function'>|</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/absolutevalue_modulus.html">Absolute Value, Modulus</a></td>
</tr>
<tr>
<td><code><span class='Modifier2'>⟜</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/after_bind.html">Bind, After, Dyadic After</a></td>
</tr>
<tr>
<td><code><span class='Function'>!</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/assert_assertwithmessage.html">Assert, Dyad</a></td>
</tr>
<tr>
<td><code><span class='Modifier2'>∘</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/atop.html">Atop, Dyadic Atop</a></td>
</tr>
<tr>
<td><code><span class='Modifier2'>⊸</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/before_bind.html">Bind Left, Before, Dyadic Before</a></td>
</tr>
<tr>
<td><code><span class='Modifier2'>⎊</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/catch.html">Catch</a></td>
</tr>
<tr>
<td><code><span class='Function'>⌈</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/ceiling_maximum.html">Ceiling, Maximum</a></td>
</tr>
<tr>
<td><code><span class='Modifier'>˘</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/cells.html">Cells</a></td>
</tr>
<tr>
<td><code><span class='Modifier2'>◶</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/choose.html">Choose</a></td>
</tr>
<tr>
<td><code><span class='Function'>⊐</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/classify_indexof.html">Classify, Index Of</a></td>
</tr>
<tr>
<td><code><span class='Function'>+</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/conjugate_add.html">Conjugate, Add</a></td>
</tr>
<tr>
<td><code><span class='Modifier'>˙</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/constant.html">Constant</a></td>
</tr>
<tr>
<td><code><span class='Function'>⍷</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/deduplicate_find.html">Deduplicate, Find</a></td>
</tr>
<tr>
<td><code><span class='Function'>≡</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/depth_match.html">Depth, Match</a></td>
</tr>
<tr>
<td><code><span class='Modifier2'>⚇</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/depth.html">Depth</a></td>
</tr>
<tr>
<td><code><span class='Function'>⥊</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/deshape_reshape.html">Deshape, Reshape</a></td>
</tr>
<tr>
<td><code><span class='Modifier'>¨</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/each.html">Each</a></td>
</tr>
<tr>
<td><code><span class='Function'><</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/enclose_lessthan.html">Enclose, Lesser Than</a></td>
</tr>
<tr>
<td><code><span class='Function'>⋈</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/enlist_pair.html">Enlist, Pair</a></td>
</tr>
<tr>
<td><code><span class='Function'>⋆</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/exponential_power.html">Exponential, Power</a></td>
</tr>
<tr>
<td><code><span class='Function'>⊏</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/firstcell_select.html">First Cell, Select</a></td>
</tr>
<tr>
<td><code><span class='Function'>⊑</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/first_pick.html">First, Pick</a></td>
</tr>
<tr>
<td><code><span class='Function'>⌊</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/floor_minimum.html">Floor, Minimum</a></td>
</tr>
<tr>
<td><code><span class='Modifier'>´</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/fold.html">Fold, Fold With initial</a></td>
</tr>
<tr>
<td><code><span class='Function'>⍒</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/gradedown_binsdown.html">Grade Down, Bins Down</a></td>
</tr>
<tr>
<td><code><span class='Function'>⍋</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/gradeup_binsup.html">Grade Up, Bins Up</a></td>
</tr>
<tr>
<td><code><span class='Function'>≥</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/greaterthanorequalto.html">Greater Than or Equal To</a></td>
</tr>
<tr>
<td><code><span class='Function'>⊔</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/groupindices_group.html">Group Indices, Group</a></td>
</tr>
<tr>
<td><code><span class='Function'>⊣</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/identity_left.html">Identity, Left</a></td>
</tr>
<tr>
<td><code><span class='Function'>⊢</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/identity_right.html">Identity, Right</a></td>
</tr>
<tr>
<td><code><span class='Function'>/</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/indices_replicate.html">Indices, Replicate</a></td>
</tr>
<tr>
<td><code><span class='Modifier'>˝</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/insert.html">Insert, Insert With initial</a></td>
</tr>
<tr>
<td><code><span class='Function'>∾</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/join_jointo.html">Join, Join</a></td>
</tr>
<tr>
<td><code><span class='Function'>≠</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/length_notequals.html">Length, Not Equal To</a></td>
</tr>
<tr>
<td><code><span class='Function'>≤</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/lessthanorequalto.html">Lesser Than or Equal To</a></td>
</tr>
<tr>
<td><code><span class='Function'>∊</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/markfirst_memberof.html">Unique Mask, Member Of</a></td>
</tr>
<tr>
<td><code><span class='Function'>></span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/merge_greaterthan.html">Merge, Greater Than</a></td>
</tr>
<tr>
<td><code><span class='Function'>-</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/negate_subtract.html">Negate, Subtract</a></td>
</tr>
<tr>
<td><code><span class='Function'>¬</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/not_span.html">Logical Not, Span</a></td>
</tr>
<tr>
<td><code><span class='Function'>⊒</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/occurrencecount_progressiveindexof.html">Occurrence Count, Progressive Index Of</a></td>
</tr>
<tr>
<td><code><span class='Modifier2'>○</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/over.html">Atop, Over</a></td>
</tr>
<tr>
<td><code><span class='Function'>↑</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/prefixes_take.html">Prefixes, Take</a></td>
</tr>
<tr>
<td><code><span class='Function'>↕</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/range_windows.html">Range, Windows</a></td>
</tr>
<tr>
<td><code><span class='Function'>=</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/rank_equals.html">Rank, Equal To</a></td>
</tr>
<tr>
<td><code><span class='Modifier2'>⎉</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/rank.html">Rank</a></td>
</tr>
<tr>
<td><code><span class='Function'>÷</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/reciprocal_divide.html">Reciprocal, Divide</a></td>
</tr>
<tr>
<td><code><span class='Modifier2'>⍟</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/repeat.html">Repeat</a></td>
</tr>
<tr>
<td><code><span class='Function'>⌽</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/reverse_rotate.html">Reverse, Dyad</a></td>
</tr>
<tr>
<td><code><span class='Modifier'>`</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/scan.html">Scan, Scan With initial</a></td>
</tr>
<tr>
<td><code><span class='Modifier'>˜</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/self_swap.html">Self, Swap</a></td>
</tr>
<tr>
<td><code><span class='Function'>≢</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/shape_notmatch.html">Shape, Not Match</a></td>
</tr>
<tr>
<td><code><span class='Function'>»</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/shiftafter.html">Shift After, Shift After</a></td>
</tr>
<tr>
<td><code><span class='Function'>«</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/shiftbefore.html">Shift Before, Shift Before</a></td>
</tr>
<tr>
<td><code><span class='Function'>×</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/sign_multiply.html">Sign, Multiply</a></td>
</tr>
<tr>
<td><code><span class='Function'>≍</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/solo_couple.html">Solo, Couple</a></td>
</tr>
<tr>
<td><code><span class='Function'>∨</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/sortdown_or.html">Sort Down, Logical Or</a></td>
</tr>
<tr>
<td><code><span class='Function'>∧</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/sortup_and.html">Sort Up, Logical And</a></td>
</tr>
<tr>
<td><code><span class='Function'>√</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/squareroot_root.html">Square root, Root</a></td>
</tr>
<tr>
<td><code><span class='Function'>↓</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/suffixes_drop.html">Suffixes, Drop</a></td>
</tr>
<tr>
<td><code><span class='Modifier'>⌜</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/table.html">Each</a></td>
</tr>
<tr>
<td><code><span class='Function'>⍉</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/transpose_reorderaxes.html">Transpose, Reorder Axes</a></td>
</tr>
<tr>
<td><code><span class='Modifier2'>⌾</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/under.html">Under</a></td>
</tr>
<tr>
<td><code><span class='Modifier'>⁼</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/undo.html">Undo</a></td>
</tr>
<tr>
<td><code><span class='Modifier2'>⊘</span></code></td>
<td><a href="https://mlochbaum.github.io/BQN/help/valences.html">Valences, Dyadic Valences</a></td>
</tr>
</tbody>
</table>
|