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