aboutsummaryrefslogtreecommitdiff
path: root/help/beginlist.md
blob: 9b16c69f3d6238728b597fbf3ee0b3b8e4b5c6bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/beginlist.html).*

# Mathematical Left Angle Bracket (`⟨`)

## `⟨ ...`: Begin list

Starts a list. Inner elements must be separated by `,` or `⋄`.
Lists can be nested in other lists.

Must end with a corresponding `⟩`.

        ⟨1, 2, 3⟩

        ⟨+ ⋄ - ⋄ 56⟩