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/enlist_pair.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/enlist_pair.html')
| -rw-r--r-- | docs/help/enlist_pair.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/docs/help/enlist_pair.html b/docs/help/enlist_pair.html new file mode 100644 index 00000000..b28f9c8c --- /dev/null +++ b/docs/help/enlist_pair.html @@ -0,0 +1,39 @@ +<head> + <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> + <link href="../style.css" rel="stylesheet"/> + <title>BQN: Bow Tie (`โ`)</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="bow-tie-"><a class="header" href="#bow-tie-">Bow Tie (<code><span class='Function'>โ</span></code>)</a></h1> +<h2 id="--enlist-"><a class="header" href="#--enlist-"><code><span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Enlist</a></h2> +<p>Put <code><span class='Value'>๐ฉ</span></code> in a single element list. (<code><span class='Bracket'>โจ</span><span class='Value'>๐ฉ</span><span class='Bracket'>โฉ</span></code>)</p> +<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICDii4ggMQoKICDii4ggNOKAvzQg4qWKIDPigL82N+KAvzjigL8w">โ๏ธ</a><pre> <span class='Function'>โ</span> <span class='Number'>1</span> +โจ 1 โฉ + + <span class='Function'>โ</span> <span class='Number'>4</span><span class='Ligature'>โฟ</span><span class='Number'>4</span> <span class='Function'>โฅ</span> <span class='Number'>3</span><span class='Ligature'>โฟ</span><span class='Number'>67</span><span class='Ligature'>โฟ</span><span class='Number'>8</span><span class='Ligature'>โฟ</span><span class='Number'>0</span> +โโ +ยท โโ + โต 3 67 8 0 + 3 67 8 0 + 3 67 8 0 + 3 67 8 0 + โ + โ +</pre> +<h2 id="---pair"><a class="header" href="#---pair"><code><span class='Value'>๐จ</span> <span class='Function'>โ</span> <span class='Value'>๐ฉ</span></code>: Pair</a></h2> +<p>Put <code><span class='Value'>๐จ</span></code> and <code><span class='Value'>๐ฉ</span></code> in a two element list. (<code><span class='Bracket'>โจ</span><span class='Value'>๐จ</span><span class='Separator'>,</span> <span class='Value'>๐ฉ</span><span class='Bracket'>โฉ</span></code>)</p> +<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAxIOKLiCAyCgogIDEg4ouIICJkc2Rhc2RhcyIKCiAgKDPigL8zIOKliiAzKSDii4ggNjfigL8nYSfigL8iZXhhbXBsZSI=">โ๏ธ</a><pre> <span class='Number'>1</span> <span class='Function'>โ</span> <span class='Number'>2</span> +โจ 1 2 โฉ + + <span class='Number'>1</span> <span class='Function'>โ</span> <span class='String'>"dsdasdas"</span> +โจ 1 "dsdasdas" โฉ + + <span class='Paren'>(</span><span class='Number'>3</span><span class='Ligature'>โฟ</span><span class='Number'>3</span> <span class='Function'>โฅ</span> <span class='Number'>3</span><span class='Paren'>)</span> <span class='Function'>โ</span> <span class='Number'>67</span><span class='Ligature'>โฟ</span><span class='String'>'a'</span><span class='Ligature'>โฟ</span><span class='String'>"example"</span> +โโ +ยท โโ โจ 67 'a' "example" โฉ + โต 3 3 3 + 3 3 3 + 3 3 3 + โ + โ +</pre> |
