From 2c50d91ec7eb8bc7890befe874a0b93729c2437e Mon Sep 17 00:00:00 2001 From: razetime Date: Wed, 19 Jan 2022 22:48:16 +0530 Subject: add h2s remove copied output, ascii filenames --- docs/help/shape_notmatch.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/help/shape_notmatch.html (limited to 'docs/help/shape_notmatch.html') diff --git a/docs/help/shape_notmatch.html b/docs/help/shape_notmatch.html new file mode 100644 index 00000000..459237e3 --- /dev/null +++ b/docs/help/shape_notmatch.html @@ -0,0 +1,26 @@ + + + + BQN: Not Identical To (`≢`) + + +

Not Identical To ()

+

𝕩: Shape

+

Length of each dimension of x.

+↗️
       1
+⟨⟩
+
+       12
+⟨ 2 ⟩
+
+       12  34
+⟨ 2 2 ⟩
+
+

𝕨 𝕩: Not Match

+

Does 𝕨 not exactly match 𝕩?

+↗️
      1  1
+1
+
+      1  1
+0
+
-- cgit v1.2.3