From 1c18950453d3b4281c921fdb79f80fe4bec6ec3e Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 23 Jun 2022 16:53:49 -0400 Subject: Add [] to keybar and help --- docs/help/endarray.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/help/endarray.html (limited to 'docs/help/endarray.html') diff --git a/docs/help/endarray.html b/docs/help/endarray.html new file mode 100644 index 00000000..44ccc07a --- /dev/null +++ b/docs/help/endarray.html @@ -0,0 +1,19 @@ + + + + BQN: Right Square Bracket (]) + + +

Right Square Bracket (])

+

... ]: End array

+

→full documentation

+

Ends an array started by a [. See Begin Array for more details.

+↗️
    ["abc", "def"]
+┌─     
+╵"abc  
+  def" 
+      ┘
+
+    [4, 5]
+Error: >: Elements didn't have equal shapes (contained shapes ⟨4⟩ and ⟨5⟩)
+
-- cgit v1.2.3