Appends second to the end of first.
first (string): The string to which to append second.
second (string): The string to append to first.
Reports "Hello, world!", which is "world!" appended to the end of "Hello, ".