diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-24 20:13:18 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-24 20:14:44 -0500 |
| commit | 5566ea9429f75b54a8cffb9ebea7747ea651d52c (patch) | |
| tree | cb50a64656fff5c2d41a22dcd6ce553ac1bd8e2e /docs/help/choose.html | |
| parent | 3b6599b12470fe9b1321111d31c34685ffd5db52 (diff) | |
Editing
Diffstat (limited to 'docs/help/choose.html')
| -rw-r--r-- | docs/help/choose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/choose.html b/docs/help/choose.html index 96304e0b..a337eebf 100644 --- a/docs/help/choose.html +++ b/docs/help/choose.html @@ -6,7 +6,7 @@ <div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="../index.html">BQN</a> / <a href="index.html">help</a></div> <h1 id="circle-with-lower-right-quadrant-"><a class="header" href="#circle-with-lower-right-quadrant-">Circle with Lower Right Quadrant (<code><span class='Modifier2'>โถ</span></code>)</a></h1> <h2 id="๐ฝ๐-๐ฉ-๐จ-๐ฝ๐-๐ฉ-choose"><a class="header" href="#๐ฝ๐-๐ฉ-๐จ-๐ฝ๐-๐ฉ-choose"><code><span class='Function'>๐ฝ</span><span class='Modifier2'>โถ</span><span class='Value'>๐</span> <span class='Value'>๐ฉ</span></code>, <code><span class='Value'>๐จ</span> <span class='Function'>๐ฝ</span><span class='Modifier2'>โถ</span><span class='Value'>๐</span> <span class='Value'>๐ฉ</span></code>: Choose</a></h2> -<p>Apply <code><span class='Function'>๐ฝ</span></code> to the arguments and pick a function from list <code><span class='Value'>๐</span></code>. Apply the picked function to the arguments.</p> +<p>Apply <code><span class='Function'>๐ฝ</span></code> to the arguments and use the result to <a href="first_pick.html#๐จ--๐ฉ-pick">pick</a> (<code><span class='Function'>โ</span></code>) a function from list <code><span class='Value'>๐</span></code>. Apply the picked function to the arguments.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAgRiDihpAg4oqi4pe2K+KAvy3igL/Dt+KAv8OXCgogICBGIDAKCiAgIEYgMQoKICAgRiAyCgogICBGIDM=">โ๏ธ</a><pre> <span class='Function'>F</span> <span class='Gets'>โ</span> <span class='Function'>โข</span><span class='Modifier2'>โถ</span><span class='Function'>+</span><span class='Ligature'>โฟ</span><span class='Function'>-</span><span class='Ligature'>โฟ</span><span class='Function'>รท</span><span class='Ligature'>โฟ</span><span class='Function'>ร</span> <span class='Function'>F</span> <span class='Number'>0</span> |
