From 2e8cafc94cf2452772ef0583eda902080c873923 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Sat, 13 Aug 2022 14:10:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20clarify=20escape=20sequences=20i?= =?UTF-8?q?n=20strings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ideas-1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ideas-1.sh b/ideas-1.sh index 3cb01b1..0767c88 100644 --- a/ideas-1.sh +++ b/ideas-1.sh @@ -15,7 +15,7 @@ mov /* Inline block comment */ $a 42 ## ESCAPE SEQUENCES AND INTEGER PREFIXES ## -# in strings +# in strings (only those in double quotes) "\n" # newline "\t" # tab "\u2764\ufe0f" # utf-8 for ❤️