,---------------. | Contributions | `---------------ยด ,------------------------------------------ | 2019-10-29 08:16:43 ruv wrote: | comment - wording - "current region" term is undefined | see: https://forth-standard.org/standard/string/REPLACES#contribution-124 `------------------------------------------ > This breaks the contiguity of the current region The term "current region" is not defined anywhere. Perhaps the following variant is more correct: > This makes the next data-space region non-contiguous to the previous one For comparison, the similar restriction for `WORDLIST` word is specified in **Additional usage requirements** section ([Contiguous regions](https://forth-standard.org/standard/search#subsection.16.3.4) subsection) for the corresponding word set. And it is specified quite lengthily: > The regions of data space produced by the operations described in 3.3.3.2 Contiguous regions may be non-contiguous if `WORDLIST` is executed between allocations