From 6c111f1e71e945f66977aecc3322318aa21beacc Mon Sep 17 00:00:00 2001 From: razetime Date: Wed, 19 Jan 2022 21:21:13 +0530 Subject: Primitive Symbol help pages generated --- docs/help/=rank equal.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/help/=rank equal.html (limited to 'docs/help/=rank equal.html') diff --git a/docs/help/=rank equal.html b/docs/help/=rank equal.html new file mode 100644 index 00000000..7183739a --- /dev/null +++ b/docs/help/=rank equal.html @@ -0,0 +1,27 @@ + + + + BQN: Equal (`=`) + + +

Equal (=)

+

= 𝕩: Rank

+

Returns the number of dimensions in 𝕩.

+
  = 0
+0
+  = 30
+1
+  = 330
+2
+  333  ⟨⟨0⟩⟩
+3
+
+

𝕨 = 𝕩: Equal To

+

Pervasive.

+
  1 = 3
+0
+  230 = 310
+ 0 0 1 
+  'a' = 'a'
+1
+
-- cgit v1.2.3