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, 0 insertions, 15 deletions
diff --git a/help/separator1.md b/help/separator1.md
deleted file mode 100644
index 54dcb216..00000000
--- a/help/separator1.md
+++ /dev/null
@@ -1,15 +0,0 @@
-*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}