string_new_concatenate
Declaration
string_new_concatenate :: fn (args: ...) string
Description
Create new dynamic string with variable content.
This instance must be freed by string_delete
call.
Arguments
args
String content.
Result
New string.
Declared in: string.bl