diff options
Diffstat (limited to 'src/boot/tokens.boot')
-rw-r--r-- | src/boot/tokens.boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/tokens.boot b/src/boot/tokens.boot index 2c1a810d..6a73af4c 100644 --- a/src/boot/tokens.boot +++ b/src/boot/tokens.boot @@ -288,6 +288,7 @@ for i in [ _ ["nil" ,NIL ] , _ ["not", "NOT"] , _ ["null", "NULL"] , _ + ["odd?", "ODDP"] , _ ["or", "OR"] , _ ["otherwise", "T"] , _ ["property", "GET"] , _ |