blob: 234690aaea8d0e2c99448de396d8c9235c413334 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/endlist.html).*
# Mathematical Right Angle Bracket (`⟩`)
## `... ⟩`: End list
[→full documentation](../doc/syntax.md#list-notation)
Ends a list started by a `⟨`. See [Begin List](beginlist.md) for more details.
⟨1, 2, 3⟩
⟨+ ⋄ - ⋄ 56⟩
|