From 2c50d91ec7eb8bc7890befe874a0b93729c2437e Mon Sep 17 00:00:00 2001 From: razetime Date: Wed, 19 Jan 2022 22:48:16 +0530 Subject: add h2s remove copied output, ascii filenames --- docs/help/enclose_less.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/help/enclose_less.html (limited to 'docs/help/enclose_less.html') diff --git a/docs/help/enclose_less.html b/docs/help/enclose_less.html new file mode 100644 index 00000000..634b255e --- /dev/null +++ b/docs/help/enclose_less.html @@ -0,0 +1,28 @@ + + + + BQN: Lesser Than (`<`) + + +

Lesser Than (<)

+

< 𝕩: Enclose

+

Create a unit array containing 𝕩. ((𝕩) ⟨⟩)

+↗️
      <1
+┌·   
+· 1  
+    ┘
+
+    
+Error: Empty program
+      ≢<1
+⟨⟩
+
+

𝕨 < 𝕩: Lesser Than

+

𝕨 and 𝕩 can both be either numbers or characters.

+

Pervasive.

+↗️
      1 < 3
+1
+
+      230 < 310
+⟨ 1 0 0 ⟩
+
-- cgit v1.2.3