Break long wrenStringConcat calls across multiple lines in validateFn, validateNum, validateIntValue, and validateString functions in src/wren_core.c to stay within the 80-column limit. Also fix a comment typo in src/wren_value.h: change "of" to "with" in the wrenStringConcat documentation.