aboutsummaryrefslogtreecommitdiff
path: root/src/boot/tokens.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/tokens.boot')
-rw-r--r--src/boot/tokens.boot3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/boot/tokens.boot b/src/boot/tokens.boot
index c2b2f120..e5160acd 100644
--- a/src/boot/tokens.boot
+++ b/src/boot/tokens.boot
@@ -239,8 +239,8 @@ for i in [ _
["append", "APPEND"] , _
["apply", "APPLY"] , _
["atom", "ATOM"] , _
+ ["char?", "CHARACTERP"] , _
["cons?", "CONSP"] , _
- ["readOnly?","CONSTANTP"], _
["copy", "COPY"] , _
["croak", "CROAK"] , _
["digit?", "DIGITP"] , _
@@ -269,6 +269,7 @@ for i in [ _
["readByte", "READ-BYTE"], _
["readInteger", "PARSE-INTEGER"], _
["readLine", "READ-LINE"], _
+ ["readOnly?","CONSTANTP"], _
["removeDuplicates", "REMDUP"] , _
["rest", "CDR"] , _
["reverse", "REVERSE"] , _