From f3d45a1ca914d59968531a6d5c409d80b73e53c3 Mon Sep 17 00:00:00 2001 From: razetime Date: Thu, 20 Jan 2022 11:57:50 +0530 Subject: complete REPL help for symbols --- docs/help/define.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/help/define.html (limited to 'docs/help/define.html') diff --git a/docs/help/define.html b/docs/help/define.html new file mode 100644 index 00000000..d5399cd1 --- /dev/null +++ b/docs/help/define.html @@ -0,0 +1,22 @@ + + + + BQN: Leftwards Arrow (`←`) + + +

Leftwards Arrow ()

+

n v: Define

+

Defines a new variable with name n and value v.

+

Variable n must not already exist.

+↗️
     a  1
+1
+
+     b  33  5
+┌─       
+╵ 5 5 5  
+  5 5 5  
+  5 5 5  
+        ┘
+
+    C  
+
-- cgit v1.2.3