Say Gambit also uses #<...> for unreadable object
This commit is contained in:
parent
d0efc672aa
commit
6a7fd38215
|
@ -29,7 +29,7 @@
|
||||||
(description "S-expression comment [R6RS, R7RS, SRFI 62]")
|
(description "S-expression comment [R6RS, R7RS, SRFI 62]")
|
||||||
|
|
||||||
(id "#<...>")
|
(id "#<...>")
|
||||||
(description "XML literal [SRFI 107]; Unreadable object [Gauche]")
|
(description "XML literal [SRFI 107]; Unreadable object [Gambit, Gauche]")
|
||||||
|
|
||||||
(id "#<<")
|
(id "#<<")
|
||||||
(description "Multi-line string literal [Gambit]")
|
(description "Multi-line string literal [Gambit]")
|
||||||
|
|
Loading…
Reference in New Issue