On Wednesday, 6 April 2022 at 08:55:43 UTC, BoQsc wrote:
I have a feeling that some parts of my code contains unterminated strings and they do overflow into other string [...]
If you suspect overflow, you can try string wrapping.
Salih Dincer via Digitalmars-d-learn Wed, 06 Apr 2022 06:16:44 -0700
On Wednesday, 6 April 2022 at 08:55:43 UTC, BoQsc wrote:
I have a feeling that some parts of my code contains unterminated strings and they do overflow into other string [...]
If you suspect overflow, you can try string wrapping.