Add #!true and #!false from R2RS
This commit is contained in:
parent
551da2dccc
commit
2e194c60e5
|
@ -10,6 +10,10 @@
|
||||||
(role object)
|
(role object)
|
||||||
(description "end-of-file object")
|
(description "end-of-file object")
|
||||||
|
|
||||||
|
(id false)
|
||||||
|
(role object)
|
||||||
|
(description "the boolean value false [R2RS, archaic]")
|
||||||
|
|
||||||
(id fold-case)
|
(id fold-case)
|
||||||
(role directive)
|
(role directive)
|
||||||
(description "change to case insensitive identifiers [R7RS]")
|
(description "change to case insensitive identifiers [R7RS]")
|
||||||
|
@ -38,6 +42,10 @@
|
||||||
(role keyword)
|
(role keyword)
|
||||||
(description "start rest argument in lambda list [DSSSL]")
|
(description "start rest argument in lambda list [DSSSL]")
|
||||||
|
|
||||||
|
(id true)
|
||||||
|
(role object)
|
||||||
|
(description "the boolean value true [R2RS, archaic]")
|
||||||
|
|
||||||
(id void)
|
(id void)
|
||||||
(role object)
|
(role object)
|
||||||
(description "void object")
|
(description "void object")
|
||||||
|
|
Loading…
Reference in New Issue