diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-07-09 07:53:49 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-07-09 07:53:49 -0400 |
| commit | 29e5e001dfc26283482a372b817648474bc13930 (patch) | |
| tree | c5f424fa67d53a43d9ea1f6a86544006f36e6ff5 | |
| parent | 7fa325f583a59a1999cd8ce093a49f8048a3e05c (diff) | |
Swapped SetN/U in vm.bqn comments
| -rw-r--r-- | vm.bqn | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |
