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 --- help/define.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 help/define.md (limited to 'help/define.md') diff --git a/help/define.md b/help/define.md new file mode 100644 index 00000000..b36b5fc0 --- /dev/null +++ b/help/define.md @@ -0,0 +1,15 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/define.html).* + +# Leftwards Arrow (`←`) + +## `n ← v`: Define + +Defines a new variable with name `n` and value `v`. + +Variable `n` must not already exist. + + ⊢ a ← 1 + + ⊢ b ← 3‿3 ⥊ 5 + + C ← ↑ \ No newline at end of file -- cgit v1.2.3