This document details iteration #6 of the doppl programming language development, focusing on the introduction of the string concatenation operator, which allows for concatenating literal strings and initialized strings. It emphasizes that in doppl, characters are treated as strings, with no distinction made between them. Future iterations are suggested to introduce additional functionalities, including standard input/output and various operators.