<@U2AEHNFUK> ``` listOf("abc","def").fold(0) { a: ...
# getting-started
c
@sailxjx
Copy code
listOf("abc","def").fold(0) { a: Int, b: String -> a + b.length }