HomeManualTopicsTypesSymbols

std::string

returns the concatenation of all its arguments converted to strings

Parameter

args*

Results

None

Example

$str string(7 " x " 7 " = " 7*7 '@nl;')

Topic

Strings

See also

std::create_string returns the concatenation of all of the list's items converted to strings
std::to_string returns a human readable presentation of the object