aboutsummaryrefslogtreecommitdiff
path: root/docs/help/≤lessequal.html
diff options
context:
space:
mode:
authorrazetime <raghuallthetime@hotmail.com>2022-01-19 21:21:13 +0530
committerrazetime <raghuallthetime@hotmail.com>2022-01-19 21:21:13 +0530
commit6c111f1e71e945f66977aecc3322318aa21beacc (patch)
tree6831313b4698e9a5302ce8d9596afae966e08461 /docs/help/≤lessequal.html
parentcf65cfb32f34b7c9fed4614479d8242c51321bac (diff)
Primitive Symbol help pages generated
Diffstat (limited to 'docs/help/≤lessequal.html')
-rw-r--r--docs/help/≤lessequal.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/help/≤lessequal.html b/docs/help/≤lessequal.html
new file mode 100644
index 00000000..c83d1ed7
--- /dev/null
+++ b/docs/help/≤lessequal.html
@@ -0,0 +1,15 @@
+<head>
+ <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/>
+ <link href="../style.css" rel="stylesheet"/>
+ <title>BQN: Lesser Than or Equal To (`≤`)</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="lesser-than-or-equal-to-"><a class="header" href="#lesser-than-or-equal-to-">Lesser Than or Equal To (<code><span class='Function'>≤</span></code>)</a></h1>
+<p><code><span class='Value'>𝕨</span> <span class='Function'>≤</span> <span class='Value'>𝕩</span></code>: Lesser Than or Equal To</p>
+<p><code><span class='Value'>𝕨</span></code> and <code><span class='Value'>𝕩</span></code> can both be either numbers or characters.</p>
+<p><a href="https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion">Pervasive.</a></p>
+<pre> <span class='Number'>1</span> <span class='Function'>≤</span> <span class='Number'>3</span>
+<span class='Number'>1</span>
+ <span class='Number'>2</span><span class='Ligature'>‿</span><span class='Number'>3</span><span class='Ligature'>‿</span><span class='Number'>0</span> <span class='Function'>≤</span> <span class='Number'>3</span><span class='Ligature'>‿</span><span class='Number'>1</span><span class='Ligature'>‿</span><span class='Number'>0</span>
+<span class='Bracket'>⟨</span> <span class='Number'>1</span> <span class='Number'>0</span> <span class='Number'>1</span> <span class='Bracket'>⟩</span>
+</pre>