aboutsummaryrefslogtreecommitdiff
path: root/src/boot/tokens.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-02-07 12:08:48 +0000
committerdos-reis <gdr@axiomatics.org>2011-02-07 12:08:48 +0000
commit3636c6e090a9720663d00f9df6b98e140cdb9eb2 (patch)
tree853bc1d4d5e9eab5cecae57caaa6a255156414df /src/boot/tokens.boot
parentc2b415b05a0e66689d75f9ed37239dff4c0685cd (diff)
downloadopen-axiom-3636c6e090a9720663d00f9df6b98e140cdb9eb2.tar.gz
* boot/tokens.boot: arrayRef is now a builtin function.
Diffstat (limited to 'src/boot/tokens.boot')
-rw-r--r--src/boot/tokens.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/tokens.boot b/src/boot/tokens.boot
index dd46d89b..b3227954 100644
--- a/src/boot/tokens.boot
+++ b/src/boot/tokens.boot
@@ -245,6 +245,7 @@ for i in [ _
["and", "AND"] , _
["append", "APPEND"] , _
["apply", "APPLY"] , _
+ ["arrayRef", "AREF"] , _
["atom", "ATOM"] , _
["bitmask", "SBIT"] , _
["canonicalFilename", "PROBE-FILE"], _