5 lines
148 B
Text
5 lines
148 B
Text
|
|
quibble[words___] :=
|
||
|
|
ToString@{StringJoin@@
|
||
|
|
Replace[Riffle[{words}, ", "],
|
||
|
|
{most__, ", ", last_} -> {most, " and ", last}]}
|