std.txt
indent(input, ind, newline) -> result
input
ind
newline
result
Indent and join lines into a single string
Indent each line in the input array and join them into a single string using the specified newline character (default: "\r\n").