From f3d45a1ca914d59968531a6d5c409d80b73e53c3 Mon Sep 17 00:00:00 2001 From: razetime Date: Thu, 20 Jan 2022 11:57:50 +0530 Subject: complete REPL help for symbols --- docs/help/separator1.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/help/separator1.html (limited to 'docs/help/separator1.html') diff --git a/docs/help/separator1.html b/docs/help/separator1.html new file mode 100644 index 00000000..8461f453 --- /dev/null +++ b/docs/help/separator1.html @@ -0,0 +1,21 @@ + + + + BQN: Comma (`,`) + + +

Comma (,)

+

,: Separator

+

Separates statements in blocks, programs and arrays.

+↗️
    a  3 ,  b  2
+2
+
+    1 , 2 , 3
+3
+
+    1, 2, 3
+⟨ 1 2 3 ⟩
+
+    {1, 2, 3}
+3
+
-- cgit v1.2.3