From 92922ba24afa6e5273834c23ece6e1a597c108fb Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Fri, 31 Jan 2025 22:39:18 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b30dd42..472ef9f 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ The format supports the following data types: - `\"` for a double quote (`"`) - `\n` for a newline - `\t` for a tab + - `\r` for carriage return - `\\` for a backslash - Strings may be empty. - Example: `string = "My string"`