andList

fun andList(list: List<Text>): Text

Concatenates the provided texts into one text as a comma-separated "and" list ("a, b, c, and d")

Return

Text object representing an "and list"

Author

fzzyhmstrs

Since

0.7.5

Parameters

list

List of text to concatenate