0
0

📝 clarify escape sequences in strings

This commit is contained in:
DrMaxNix 2022-08-13 14:10:43 +02:00 committed by GitHub
parent 403a962f64
commit 2e8cafc94c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ❤️