aboutsummaryrefslogtreecommitdiff
path: root/docs/help/choose.html
diff options
context:
space:
mode:
authorrazetime <raghuallthetime@hotmail.com>2022-01-19 22:48:16 +0530
committerrazetime <raghuallthetime@hotmail.com>2022-01-19 22:48:16 +0530
commit2c50d91ec7eb8bc7890befe874a0b93729c2437e (patch)
treeeb621b86b3c8269ab2dd63bd3c628acdf3521059 /docs/help/choose.html
parent6c111f1e71e945f66977aecc3322318aa21beacc (diff)
add h2s remove copied output, ascii filenames
Diffstat (limited to 'docs/help/choose.html')
-rw-r--r--docs/help/choose.html23
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>