aboutsummaryrefslogtreecommitdiff
path: root/docs/help/rank.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/rank.html
parent6c111f1e71e945f66977aecc3322318aa21beacc (diff)
add h2s remove copied output, ascii filenames
Diffstat (limited to 'docs/help/rank.html')
-rw-r--r--docs/help/rank.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/help/rank.html b/docs/help/rank.html
new file mode 100644
index 00000000..b0b7192b
--- /dev/null
+++ b/docs/help/rank.html
@@ -0,0 +1,29 @@
+<head>
+ <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/>
+ <link href="../style.css" rel="stylesheet"/>
+ <title>BQN: Circled Horizontal Bar With Notch (`โމ`)</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="circled-horizontal-bar-with-notch-"><a class="header" href="#circled-horizontal-bar-with-notch-">Circled Horizontal Bar With Notch (<code><span class='Modifier2'>โމ</span></code>)</a></h1>
+<h2 id="-----rank"><a class="header" href="#-----rank"><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>: Rank</a></h2>
+<p>Apply <code><span class='Function'>๐”ฝ</span></code> to cells at ranks given in <code><span class='Value'>๐•˜</span></code>.</p>
+<p>The ranks applied are given by the following:</p>
+<ul>
+<li><code><span class='Modifier2'>โމ</span> <span class='Value'>c</span></code> Rank-c cells of <code><span class='Value'>๐•ฉ</span></code> (monadic) or both arguments (dyadic)</li>
+<li><code><span class='Modifier2'>โމ</span> <span class='Value'>b</span><span class='Ligature'>โ€ฟ</span><span class='Value'>c</span></code> โ Rank-b cells of <code><span class='Value'>๐•จ</span></code> and rank-c cells of <code><span class='Value'>๐•ฉ</span></code> (dyadic)</li>
+<li><code><span class='Modifier2'>โމ</span> <span class='Value'>a</span><span class='Ligature'>โ€ฟ</span><span class='Value'>b</span><span class='Ligature'>โ€ฟ</span><span class='Value'>c</span></code> โ Rank-a cells of <code><span class='Value'>๐•ฉ</span></code> (monadic), b-cells of <code><span class='Value'>๐•จ</span></code> and c-cells of <code><span class='Value'>๐•ฉ</span></code> (dyadic)</li>
+</ul>
+<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAgYSDihpAgM+KAvzLigL804qWKIkFCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaIgoKICAg4oy94o6JMiBh">โ†—๏ธ</a><pre> <span class='Value'>a</span> <span class='Gets'>โ†</span> <span class='Number'>3</span><span class='Ligature'>โ€ฟ</span><span class='Number'>2</span><span class='Ligature'>โ€ฟ</span><span class='Number'>4</span><span class='Function'>โฅŠ</span><span class='String'>&quot;ABCDEFGHIJKLMNOPQRSTUVWXYZ&quot;</span>
+
+ <span class='Function'>โŒฝ</span><span class='Modifier2'>โމ</span><span class='Number'>2</span> <span class='Value'>a</span>
+โ”Œโ”€
+โ•Ž"EFGH
+ ABCD
+
+ ยทMNOP
+ IJKL
+
+ ยทUVWX
+ QRST"
+ โ”˜
+</pre>