diff options
| author | razetime <raghuallthetime@hotmail.com> | 2022-01-19 22:48:16 +0530 |
|---|---|---|
| committer | razetime <raghuallthetime@hotmail.com> | 2022-01-19 22:48:16 +0530 |
| commit | 2c50d91ec7eb8bc7890befe874a0b93729c2437e (patch) | |
| tree | eb621b86b3c8269ab2dd63bd3c628acdf3521059 /docs/help/firstcell_select.html | |
| parent | 6c111f1e71e945f66977aecc3322318aa21beacc (diff) | |
add h2s remove copied output, ascii filenames
Diffstat (limited to 'docs/help/firstcell_select.html')
| -rw-r--r-- | docs/help/firstcell_select.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/help/firstcell_select.html b/docs/help/firstcell_select.html new file mode 100644 index 00000000..63369774 --- /dev/null +++ b/docs/help/firstcell_select.html @@ -0,0 +1,33 @@ +<head> + <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> + <link href="../style.css" rel="stylesheet"/> + <title>BQN: Square Image Of (`โ`)</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="square-image-of-"><a class="header" href="#square-image-of-">Square Image Of (<code><span class='Function'>โ</span></code>)</a></h1> +<h2 id="--first-cell"><a class="header" href="#--first-cell"><code><span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: First Cell</a></h2> +<p>First major cell of <code><span class='Value'>๐ฉ</span></code>.</p> +<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAg4oqPIOKfqDEsIDIsIDPin6kKCiAgIGEg4oaQIDPigL8zIOKliiDihpU5CgogICDiio8gYQ==">โ๏ธ</a><pre> <span class='Function'>โ</span> <span class='Bracket'>โจ</span><span class='Number'>1</span><span class='Separator'>,</span> <span class='Number'>2</span><span class='Separator'>,</span> <span class='Number'>3</span><span class='Bracket'>โฉ</span> +โยท +ยท 1 + โ + + <span class='Value'>a</span> <span class='Gets'>โ</span> <span class='Number'>3</span><span class='Ligature'>โฟ</span><span class='Number'>3</span> <span class='Function'>โฅ</span> <span class='Function'>โ</span><span class='Number'>9</span> + + <span class='Function'>โ</span> <span class='Value'>a</span> +โจ 0 1 2 โฉ +</pre> +<h2 id="---select"><a class="header" href="#---select"><code><span class='Value'>๐จ</span> <span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Select</a></h2> +<p>Select the major cells of <code><span class='Value'>๐จ</span></code> at the indices in <code><span class='Value'>๐ฉ</span></code>.</p> +<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAgMuKAvzAg4oqPIOKfqDEsIDIsIDPin6kKCiAgIGEg4oaQIDPigL8zIOKliiDihpU5CgogICAy4oC/MCDiio8gYQ==">โ๏ธ</a><pre> <span class='Number'>2</span><span class='Ligature'>โฟ</span><span class='Number'>0</span> <span class='Function'>โ</span> <span class='Bracket'>โจ</span><span class='Number'>1</span><span class='Separator'>,</span> <span class='Number'>2</span><span class='Separator'>,</span> <span class='Number'>3</span><span class='Bracket'>โฉ</span> +โจ 3 1 โฉ + + <span class='Value'>a</span> <span class='Gets'>โ</span> <span class='Number'>3</span><span class='Ligature'>โฟ</span><span class='Number'>3</span> <span class='Function'>โฅ</span> <span class='Function'>โ</span><span class='Number'>9</span> +<span class='Error'>Error: Redefinition</span> + + <span class='Number'>2</span><span class='Ligature'>โฟ</span><span class='Number'>0</span> <span class='Function'>โ</span> <span class='Value'>a</span> +โโ +โต 6 7 8 + 0 1 2 + โ +</pre> |
