Add Gambit #<< to hash-syntax

This commit is contained in:
Lassi Kortela 2020-08-20 11:30:36 +03:00
parent 269d775293
commit d0efc672aa
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@
(id "#<...>")
(description "XML literal [SRFI 107]; Unreadable object [Gauche]")
(id "#<<")
(description "Multi-line string literal [Gambit]")
(id "#<n>#")
(description "Datum reference [R7RS]")