diff options
Diffstat (limited to 'help/change.md')
| -rw-r--r-- | help/change.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/help/change.md b/help/change.md new file mode 100644 index 00000000..d44d0a66 --- /dev/null +++ b/help/change.md @@ -0,0 +1,15 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/change.html).* + +# Leftwards Arrow With Hook (`←`) + +## `n ↩ v`: Change + +Changes the value of variable with name `n` to value `v`. + +Variable `n` must already exist. + + a ↩ 1 + + ⊢ b ← 3 + + ⊢ b ↩ "Be the change you wish to see in the world."
\ No newline at end of file |
