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\215\237repeat.html" | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 "docs/help/\342\215\237repeat.html" (limited to 'docs/help/⍟repeat.html') diff --git "a/docs/help/\342\215\237repeat.html" "b/docs/help/\342\215\237repeat.html" new file mode 100644 index 00000000..551d9903 --- /dev/null +++ "b/docs/help/\342\215\237repeat.html" @@ -0,0 +1,17 @@ + + + + BQN: Circle Star (`⍟`) + + +

Circle Star (⍟)

+

π”½βŸπ”Ύ 𝕩, 𝕨 π”½βŸπ”Ύ 𝕩: Repeat

+

Apply 𝔾 to 𝕨 and 𝕩 and apply 𝔽 to 𝕩 that may times. If 𝕨 is given, keep it as a constant left argument.

+

If 𝔾 returns an array, give π”½βŸπ•© for each element.

+
   1 +⍟⊒ 4
+8
+   1 +⍟1β€Ώ2β€Ώ3 4
+⟨ 5 6 7 ⟩
+   3 ∾⍟{≠𝕩} ⟨4,5,6⟩
+⟨ 3 3 3 4 5 6 ⟩
+
-- cgit v1.2.3