diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-04 14:35:37 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-04 14:35:37 -0500 |
| commit | cf08832343ccfafe130039dd8dd48f1c0fa93de8 (patch) | |
| tree | 75e4e6bf45db71e49ecd7a59a23e29f4a6735aff | |
| parent | 64868f670243fdc64f6f0bed28d4c9c31ef98966 (diff) | |
Fix bqn.bqn's ↩ assignment error message
| -rw-r--r-- | vm.bqn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ ref ← { } } SetN ⇐ {𝕨.SetN𝕩}_set_"←" - SetU ⇐ {𝕨.SetU𝕩}_set_"←" + SetU ⇐ {𝕨.SetU𝕩}_set_"↩" SetQ ⇐ ∨´ {𝕨.SetQ𝕩}_set_@⎊⟨1⟩ # TODO fix GetF errors and avoid ⎊ } Alias ⇐ {env‿name 𝕊 r: |
