Curious how the author first spends words to explain that concatenating strings can be wasteful of precious memory, and then does exactly that in the program, by repeatedly printing constructed strings (with "+") instead of merely printing them side by side (with ";").