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/depth.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/help/depth.html (limited to 'docs/help/depth.html') diff --git a/docs/help/depth.html b/docs/help/depth.html new file mode 100644 index 00000000..be9d22d5 --- /dev/null +++ b/docs/help/depth.html @@ -0,0 +1,15 @@ + + + + BQN: Circle With Two Dots (`⚇`) + + +

Circle With Two Dots ()

+

𝔽𝕘 𝕩, 𝕨 𝔽𝕘 𝕩: Depth

+

Apply 𝔽 to the cells of the arguments at depth given in 𝕘.

+↗️
       11 ⟨⟨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