blob: c3994627a47271cddda7c4a17471f12430607dbb (
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/arrayrepr.md#brackets)
Ends a list started by a `⟨`. See [Begin List](beginlist.md) for more details.
⟨1, 2, 3⟩
⟨+ ⋄ - ⋄ 56⟩
|