Add #lang to hash-syntax

This commit is contained in:
Lassi Kortela 2020-08-25 21:15:02 +03:00
parent 6a7fd38215
commit c5f892fe86
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@
(id "#i")
(description "Inexact number [R2RS+]; n-dimensional integer vector [s7]")
(id "#lang")
(description "Declare which programming language is used [Racket]")
(id "#o")
(description "Octal integer [R2RS+]")