Append a string at the end of the current string.
append( part STRING )
The append() method appends a string to the internal string buffer.
LET buf = base.StringBuffer.create() CALL buf.append("abc")