String

string, str

String

(string thestring)

thestring (String): The string to represent.

This is just a redundant construct which results in exactly the same element as is given in the parameter.

The justification of its existence is to provide for clearer syntax in those places where directly writing a string might result in being messy.

Guide index