From 6c111f1e71e945f66977aecc3322318aa21beacc Mon Sep 17 00:00:00 2001 From: razetime Date: Wed, 19 Jan 2022 21:21:13 +0530 Subject: Primitive Symbol help pages generated --- "docs/help/\313\231constant.html" | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 "docs/help/\313\231constant.html" (limited to 'docs/help/Λ™constant.html') diff --git "a/docs/help/\313\231constant.html" "b/docs/help/\313\231constant.html" new file mode 100644 index 00000000..60277f67 --- /dev/null +++ "b/docs/help/\313\231constant.html" @@ -0,0 +1,14 @@ + + + + BQN: Dot Above (`Λ™`) + + +

Dot Above (Λ™)

+

𝔽˙ 𝕩, 𝕨 𝔽˙ 𝕩: Constant

+

Returns a function that will always return 𝕗.

+
   "hello" (1 Λ™) 2
+1
+   "hello" ({𝕨+𝕩} Λ™) 2
+(function block)
+
-- cgit v1.2.3