diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-19 15:10:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-19 15:10:38 -0500 |
| commit | ce364aeae795ca8a8e46e653b8024ac5a9ad0982 (patch) | |
| tree | 7af238dbdb370a768f965066dadadd144cbd70f7 /docs/help/choose.html | |
| parent | 8f0aa14fa695ff3aa3b3ed96c02fdb2ab99f272c (diff) | |
| parent | edddb9be0aa1f03c8608d3dabf7ccfea3fdde206 (diff) | |
Merge pull request #55 from razetime/master
Simple help pages for Primitive Symbols
Diffstat (limited to 'docs/help/choose.html')
| -rw-r--r-- | docs/help/choose.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/help/choose.html b/docs/help/choose.html new file mode 100644 index 00000000..9598863b --- /dev/null +++ b/docs/help/choose.html @@ -0,0 +1,23 @@ +<head> + <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> + <link href="../style.css" rel="stylesheet"/> + <title>BQN: Circle with Lower Right Quadrant (`โถ`)</title> +</head> +<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> +<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> +0 + + <span class='Function'>F</span> <span class='Number'>1</span> +ยฏ1 + + <span class='Function'>F</span> <span class='Number'>2</span> +0.5 + + <span class='Function'>F</span> <span class='Number'>3</span> +1 +</pre> |
