orList

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

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

Return

Text object representing an "or list"

Author

fzzyhmstrs

Since

0.7.5

Parameters

list

List of text to concatenate