From 01e0ac7a9ffb0b75ec3c86d629da8fd1a5361322 Mon Sep 17 00:00:00 2001 From: Test_User Date: Sun, 1 Dec 2024 09:25:43 -0500 Subject: Optional manual stack freeing --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 82405d9..b37ae06 100644 --- a/README.md +++ b/README.md @@ -98,3 +98,6 @@ block. 4. More powerful preprocessor. 5. Integer underflow and overflow will be detectable and usable after it has already 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. -- cgit v1.2.3