From a5293f52d2ee2b6822738b0d1a28f66607589c68 Mon Sep 17 00:00:00 2001 From: Test_User Date: Sun, 1 Dec 2024 14:29:41 -0500 Subject: No null termination (by default) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b37ae06..9198129 100644 --- a/README.md +++ b/README.md @@ -101,3 +101,4 @@ block. 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. -- cgit v1.2.3