aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-04 14:35:37 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-01-04 14:35:37 -0500
commitcf08832343ccfafe130039dd8dd48f1c0fa93de8 (patch)
tree75e4e6bf45db71e49ecd7a59a23e29f4a6735aff
parent64868f670243fdc64f6f0bed28d4c9c31ef98966 (diff)
Fix bqn.bqn's ↩ assignment error message
-rw-r--r--vm.bqn2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm.bqn b/vm.bqn
index a481a695..20738cd1 100644
--- a/vm.bqn
+++ b/vm.bqn
@@ -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: