string_append
Declaration
string_append :: fn (v: *string, add: Any)
Description
Append dynamic string with any value. Allocation is done in case there is not enough space reminding in string.
Arguments
vString to be cleared.addValue to be appended.
Declared in: string.bl