From c5f892fe86c54e4b705e0badf8575830af702fd4 Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Tue, 25 Aug 2020 21:15:02 +0300 Subject: [PATCH] Add #lang to hash-syntax --- hash-syntax.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hash-syntax.scm b/hash-syntax.scm index 5567753..ff55339 100644 --- a/hash-syntax.scm +++ b/hash-syntax.scm @@ -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+]")