aboutsummaryrefslogtreecommitdiff
path: root/src/boot/tokens.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-04-14 02:59:14 +0000
committerdos-reis <gdr@axiomatics.org>2011-04-14 02:59:14 +0000
commit4f34df6d33057c38bb67497101db917f06d00391 (patch)
treef6eccde5d671cac0ed7d3d978a16f4902853d6cf /src/boot/tokens.boot
parent0e38e0fddb31adfa138e782accc1eadb83139dd8 (diff)
downloadopen-axiom-4f34df6d33057c38bb67497101db917f06d00391.tar.gz
cleanup
Diffstat (limited to 'src/boot/tokens.boot')
-rw-r--r--src/boot/tokens.boot2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boot/tokens.boot b/src/boot/tokens.boot
index ad662ce7..3ba54900 100644
--- a/src/boot/tokens.boot
+++ b/src/boot/tokens.boot
@@ -245,6 +245,7 @@ for i in [ _
["and", "AND"] , _
["append", "APPEND"] , _
["apply", "APPLY"] , _
+ ["array?", "ARRAYP"] , _
["arrayRef", "AREF"] , _
["atom", "ATOM"] , _
["bitmask", "SBIT"] , _
@@ -301,6 +302,7 @@ for i in [ _
["subSequence", "SUBSEQ"] , _
["substitute", "SUBST"] , _
["substitute!", "NSUBST"] , _
+ ["symbolEqual?", "EQ"], _
["symbolFunction", "SYMBOL-FUNCTION"], _
["symbolName", "SYMBOL-NAME"], _
["symbolValue", "SYMBOL-VALUE"], _