+ (string) block


Description:

Appends second to the end of first.

Arguments:

first (string): The string to which to append second.

second (string): The string to append to first.

Examples:

Reports "Hello, world!", which is "world!" appended to the end of "Hello, ".