CoLI
CoLI copied to clipboard
Add native indent support for `stringfy`
Native indenting support when building coli object as a source string.
Ideas
stringfy_internal(o, depth=1){
stringfy_internal(o.1, depth + 1)
eachline(o, "\t")
}