aboutsummaryrefslogtreecommitdiff
path: root/help/separator1.md
diff options
context:
space:
mode:
Diffstat (limited to 'help/separator1.md')
-rw-r--r--help/separator1.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/help/separator1.md b/help/separator1.md
new file mode 100644
index 00000000..90296f2f
--- /dev/null
+++ b/help/separator1.md
@@ -0,0 +1,15 @@
+*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/separator1.html).*
+
+# Comma (`,`)
+
+## `,`: Separator
+
+Separates statements in blocks, programs and arrays.
+
+ a ← 3 , ⊢ b ← 2
+
+ 1 , 2 , 3
+
+ ⟨1, 2, 3⟩
+
+ {1, 2, 3} \ No newline at end of file