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.boot4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/boot/tokens.boot b/src/boot/tokens.boot
index d3c03de4..4e1a8ac3 100644
--- a/src/boot/tokens.boot
+++ b/src/boot/tokens.boot
@@ -295,8 +295,10 @@ for i in [ _
["subSequence", "SUBSEQ"] , _
["substitute", "SUBST"] , _
["substitute!", "NSUBST"] , _
- ["symbol?", "SYMBOLP"] , _
+ ["symbolFunction", "SYMBOL-FUNCTION"], _
["symbolName", "SYMBOL-NAME"], _
+ ["symbolValue", "SYMBOL-VALUE"], _
+ ["symbol?", "SYMBOLP"] , _
["take", "TAKE"] ,
["third", "CADDR"] , _
["toString", "WRITE-TO-STRING"], _