StringG.append

Adds a string onto the end of a GString, expanding it if necessary.

class StringG
append
(
string val
)

Parameters

val string

the string to append onto the end of string

Return Value

Type: StringG

string