aboutsummaryrefslogtreecommitdiff
path: root/docs/help/enclose_lessthan.html
diff options
context:
space:
mode:
authorrazetime <raghuallthetime@hotmail.com>2022-01-20 08:48:23 +0530
committerrazetime <raghuallthetime@hotmail.com>2022-01-20 08:48:23 +0530
commita5838f0e455ddb150d9c7b98d5e060dcf70fdefc (patch)
tree65891497b170890526ce9b8a292cb98ddfd554f5 /docs/help/enclose_lessthan.html
parentc6cab48977311e88bf26c0d5b25ee09b95817ab4 (diff)
parentf74ae588caad19f498440bd8e848d8df5724174e (diff)
Merge branch 'master' of https://github.com/mlochbaum/BQN
Diffstat (limited to 'docs/help/enclose_lessthan.html')
-rw-r--r--docs/help/enclose_lessthan.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/help/enclose_lessthan.html b/docs/help/enclose_lessthan.html
index 7bd6bf84..cad7cc59 100644
--- a/docs/help/enclose_lessthan.html
+++ b/docs/help/enclose_lessthan.html
@@ -5,15 +5,14 @@
</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="lesser-than-"><a class="header" href="#lesser-than-">Lesser Than (<code><span class='Function'>&lt;</span></code>)</a></h1>
-<h2 id="--enclose--"><a class="header" href="#--enclose--"><code><span class='Function'>&lt;</span> <span class='Value'>𝕩</span></code>: Enclose</a></h2>
+<h2 id="--enclose"><a class="header" href="#--enclose"><code><span class='Function'>&lt;</span> <span class='Value'>𝕩</span></code>: Enclose</a></h2>
<p>Create a unit array containing <code><span class='Value'>𝕩</span></code>. (<code><span class='Paren'>(</span><span class='Function'>≢</span><span class='Value'>𝕩</span><span class='Paren'>)</span> <span class='Function'>≡</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=ICA8MQoKCiAg4omiPDE=">↗️</a><pre> <span class='Function'>&lt;</span><span class='Number'>1</span>
┌·
· 1
-
-<span class='Error'>Error: Empty program</span>
+
<span class='Function'>≢&lt;</span><span class='Number'>1</span>
⟨⟩
</pre>