_commas

LIST -> _commas
This method takes a LIST, and render its elements comma-separated. It is simply syntactic sugar for
LIST -> _join("", "")