Annotate who has #!eof and #!void

This commit is contained in:
Lassi Kortela 2020-08-17 10:32:14 +03:00
parent 3c8655f08d
commit c42f6c5ca7
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
(id eof)
(role object)
(description "end-of-file object")
(description "end-of-file object [Chez Scheme, Chicken, Gambit, Kawa]")
(id false)
(role object)
@ -52,4 +52,4 @@
(id void)
(role object)
(description "void object")
(description "void object [Gambit, Kawa]")