aboutsummaryrefslogtreecommitdiff
path: root/help/endlist.md
diff options
context:
space:
mode:
Diffstat (limited to 'help/endlist.md')
-rw-r--r--help/endlist.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/help/endlist.md b/help/endlist.md
new file mode 100644
index 00000000..9d698dcc
--- /dev/null
+++ b/help/endlist.md
@@ -0,0 +1,14 @@
+*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/endlist.html).*
+
+# Mathematical Right Angle Bracket (`⟩`)
+
+## `... ⟩`: End list
+
+Ends a list started by a `⟨`. See [Begin List](beginlist.md) for more details.
+
+
+ ⟨1, 2, 3⟩
+
+ ⟨+ ⋄ - ⋄ 56⟩
+
+ \ No newline at end of file