aboutsummaryrefslogtreecommitdiff
path: root/docs/help/≥greatequal.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/≥greatequal.html
parentcf65cfb32f34b7c9fed4614479d8242c51321bac (diff)
Primitive Symbol help pages generated
Diffstat (limited to 'docs/help/≥greatequal.html')
-rw-r--r--docs/help/≥greatequal.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/help/≥greatequal.html b/docs/help/≥greatequal.html
new file mode 100644
index 00000000..c4b989b0
--- /dev/null
+++ b/docs/help/≥greatequal.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: Greater 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="greater-than-or-equal-to-"><a class="header" href="#greater-than-or-equal-to-">Greater 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>: Greater 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'>0</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'>0</span> <span class='Number'>1</span> <span class='Number'>1</span> <span class='Bracket'>⟩</span>
+</pre>