BEE Lisp Functions Reference

<number> SETSTRING (address string)

Writes string into memory block starting with specified address.

Example:

(SETSTRING mem “hello, world”)