aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-07-09 07:53:49 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-07-09 07:53:49 -0400
commit29e5e001dfc26283482a372b817648474bc13930 (patch)
treec5f424fa67d53a43d9ea1f6a86544006f36e6ff5
parent7fa325f583a59a1999cd8ce093a49f8048a3e05c (diff)
Swapped SetN/U in vm.bqn comments
-rw-r--r--vm.bqn4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm.bqn b/vm.bqn
index b133cbf7..1ac6a820 100644
--- a/vm.bqn
+++ b/vm.bqn
@@ -3,8 +3,8 @@
# References support some of the following fields:
# - Get: Get value
# - GetC: Get value, and clear the slot (variable only)
-# - SetU: Define value
-# - SetN: Change value
+# - SetN: Define value
+# - SetU: Change value
# - SetQ: Set value and return 0 if possible, and return 1 if not
# - GetF: Get corresponding field from namespace 𝕩
MakeVar ← { program 𝕊 name: