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/constant.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/help/constant.html (limited to 'docs/help/constant.html') diff --git a/docs/help/constant.html b/docs/help/constant.html new file mode 100644 index 00000000..10312562 --- /dev/null +++ b/docs/help/constant.html @@ -0,0 +1,15 @@ + + + + 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