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/\342\232\207depth.html" | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 "docs/help/\342\232\207depth.html" (limited to 'docs/help/βš‡depth.html') diff --git "a/docs/help/\342\232\207depth.html" "b/docs/help/\342\232\207depth.html" new file mode 100644 index 00000000..3c08e568 --- /dev/null +++ "b/docs/help/\342\232\207depth.html" @@ -0,0 +1,14 @@ + + + + BQN: Circle With Two Dots (`βš‡`) + + +

Circle With Two Dots (βš‡)

+

π”½βš‡π•˜ 𝕩, 𝕨 π”½βš‡π•˜ 𝕩: Depth

+

Apply 𝔽 to the cells of the arguments at depth given in π•˜.

+
   1βŠΈβ†“βš‡1 ⟨⟨1,2,3⟩, ⟨4,5,6⟩⟩
+⟨ ⟨ 2 3 ⟩ ⟨ 5 6 ⟩ ⟩
+   1 β†“βš‡1 ⟨⟨1,2,3⟩, ⟨4,5,6⟩⟩
+⟨ ⟨ 2 3 ⟩ ⟨ 5 6 ⟩ ⟩
+
-- cgit v1.2.3