Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
%DASHBOARD{ section="banner" | ||||||||
Line: 596 to 596 | ||||||||
str0term ( c-addr len -- ) make Forth string null-terminated, be sure the buffer is long enough to accept an additional 0 character. strlen ( c-addr -- c-addr len ) calculate the length of a C string, Forth string compatible .str" ( c-addr "text" -- len ) copy string into buffer | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | s0" ( "text" -- c-addr len ) Compiles a 0-terminated string and gives back its address and length when executed | |||||||
.( ( "text) -- ) Mecrisp's ." is working only in compile mode |