diff options
Diffstat (limited to 'docs/doc/repeat.html')
| -rw-r--r-- | docs/doc/repeat.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/doc/repeat.html b/docs/doc/repeat.html index bf097430..62b69b2b 100644 --- a/docs/doc/repeat.html +++ b/docs/doc/repeat.html @@ -1,10 +1,10 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> - <title>BQN: The Repeat modifier</title> + <title>BQN: Repeat</title> </head> <div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="../index.html">BQN</a> / <a href="index.html">doc</a></div> -<h1 id="the-repeat-modifier"><a class="header" href="#the-repeat-modifier">The Repeat modifier</a></h1> +<h1 id="repeat"><a class="header" href="#repeat">Repeat</a></h1> <p>Repeat (<code><span class='Modifier2'>⍟</span></code>) is a 2-modifier that applies its operand function <code><span class='Function'>𝔽</span></code> multiple times.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=wrvCu8K7ICJBQkNERSIKCsK74o2fMyAiQUJDREUi">↗️</a><pre> <span class='Function'>»»»</span> <span class='String'>"ABCDE"</span> " AB" |
