HomeManualTopicsTypesSymbols
std::create_string
returns the concatenation of all of the list's items converted to strings
Parameter
- arguments
- a list of printable items
Results
None
Example
$arguments list(7 " x " 7 " = " 7*7 '@nl;')
print! create_string(arguments)
Output
7 x 7 = 49
Topic
Strings
See also
std::string |
returns the concatenation of all its arguments converted to strings |