retroforth/book/Programming-Techniques-Working-With-Buffer
crc aa24468dc4 work on the book
FossilOrigin-Name: d894d78b9b3b6b93df3bfe4f6976e6a446a71c4e1df92af907defecfaacdd1c0
2019-03-18 14:52:49 +00:00

10 lines
232 B
Text

# Working With a Buffer
RETRO provides words for operating on a linear memory area.
This can be useful in building strings or custom data
structures.
## Namespace
Words operating on the buffer are kept in the `buffer`
namespace.