aboutsummaryrefslogtreecommitdiff
path: root/src/interp/ax.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/ax.boot')
-rw-r--r--src/interp/ax.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/ax.boot b/src/interp/ax.boot
index 19bd6154..6f3fe6bd 100644
--- a/src/interp/ax.boot
+++ b/src/interp/ax.boot
@@ -244,7 +244,7 @@ axFormatOpList ops == ['Sequence,:[axFormatOp o for o in ops]]
axOpTran(name) ==
atom name =>
name = 'elt => 'apply
- name = 'setelt => 'set_!
+ name = 'setelt => 'set!
name = 'SEGMENT => ".."
name = 1 => '_1
name = 0 => '_0