From cf08832343ccfafe130039dd8dd48f1c0fa93de8 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Tue, 4 Jan 2022 14:35:37 -0500 Subject: =?UTF-8?q?Fix=20bqn.bqn's=20=E2=86=A9=20assignment=20error=20mess?= =?UTF-8?q?age?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vm.bqn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3