From a5293f52d2ee2b6822738b0d1a28f66607589c68 Mon Sep 17 00:00:00 2001 From: Test_User Date: Sun, 01 Dec 2024 14:29:41 -0500 Subject: [PATCH] No null termination (by default) --- README.md | 1 + diff --git a/README.md b/README.md index b37ae06faa461abfa028fa48f2b76c6203d917b1..91981298b1d5f666079d8fc0b93f17be4016e36d 100644 --- a/README.md +++ b/README.md @@ -101,3 +101,4 @@ occurred. 6. You should be able to release variables from the scope they are in, and not only be controllable by code blocks, so stack variables can be released in differing orders. +7. Strings are not null-terminated by default. -- 2.48.1