diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |