*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 in the scope. ⊢ a ← 1 ⊢ b ← 3‿3 ⥊ 5 C ← ↑