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.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/tokens.boot b/src/boot/tokens.boot
index 8001250a..c2b2f120 100644
--- a/src/boot/tokens.boot
+++ b/src/boot/tokens.boot
@@ -285,6 +285,7 @@ for i in [ _
["third", "CADDR"] , _
["true", "T"] , _
["upperCase?", "UPPER-CASE-P"], _
+ ["vector?", "SIMPLE-VECTOR-P"], _
["writeByte", "WRITE-BYTE"], _
["writeLine", "WRITE-LINE"], _
["PLUS", "+"] , _