This release adds part7 which documents how to add basic support for literal strings to the codebase - this is a new feature compared to the previous ability to just output static strings:
." This will be printed!"
The new code allows this:
> "Steve" strlen .
5
> "Hello, world\n" strprn
Hello, world
>
Test coverage has been expanded to cover the changes required, and our final version was updated to include the additions added in part7.